/* CSS Document */

<!--
body       {font-style: italic; font-weight: bold; text-align:center; color:#FFFACD; font-size:18pt; background-image: url(wood.jpg); background-attachment: fixed;} 
			
p          {font-style: italic; font-weight: bold; text-align:center; color:yellow; font-size:20pt;} 

td         {font-style: normal; font-weight: bold; text-align:center; color:white; font-size:14pt;}

a:link     {color:tan; text-decoration: none;}
a:visited  {color: white; text-decoration: none;}
a:active   {color: brown; text-decoration: none;}
a:hover    {color: red; text-decoration: none;}			
-->						

