@charset "utf-8";
/* CSS Document */

body.black {background-color:black;}
h1 { text-align:center; font-family: 'Sorts Mill Goudy', serif; font-style: normal; font-weight: 600; font-size: 64px;  text-shadow: 4px 4px 4px #aaa;}

h1.white { text-align:left; font-family: 'Sorts Mill Goudy', serif; font-style: normal; font-weight: 600; font-size: 24px;  text-shadow: 4px 4px 4px #aaa;}

p {
        font-family: arial, sans-serif;
        font-size: 14px;  
      }
	  p.white {  
        font-family: 'Sorts Mill Goudy';
        font-size: 14px;  font-weight: 500; text-shadow: 4px 4px 4px #aaa
      }
	  
	  p.sched { text-align:center; font-family: 'Sorts Mill Goudy', serif; font-style: normal; font-weight: 400; font-size: 18px; }
	  
	  p.menu   {color: black; text-decoration: none; text-align: left; margin-left: 5%; margin-right: 30%; font-family: sans-serif; font-size: smaller;}

body {
        font-family: 'Sorts Mill Goudy', serif;
        font-size: 12px;
      }
	  
	  p.white-header {  
        font-family: 'Sorts Mill Goudy';
        font-size: 14px;  font-weight: 400;
      }