/* CSS Document */

body	{font-size: 10pt;
       background-color: #ffffcc;
  		 color: #3333cc;
	  	 font-family: Georgia, serif;}

h1		{font-size: 22pt;
    	 color: #3333cc;
		   font-family: Georgia, serif;}
       
.menu   {font-size: 8pt;}       

.footer {font-size: x-small;}

a:link    {color: #000099; text-decoration: underline;}
a:visited {color: #660099; text-decoration: underline;}
a:active  {color: #000099; text-decoration: underline;}
a:hover   {color: #000099; text-decoration: underline;}		 
