/******************************************************************************************
* 	Author -	Michael Goodell
*	File - 		style.css
*	Created - 	October 09, 2005
*	Purpose - 	Style Sheet for Old School Guide Sservice
*   Background Colors *******
*   MintCream Color - F5FFFA
*   Cream Color - FFFDD0
*   Current Color - FFEBC1
******************************************************************************************/
body				{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B4B0A;
	font-style: normal;	
	background-color: #FFFDD0;
	scrollbar-base-color: #707D59;
	background-image: url(../img/menu/menuBG.gif);
	background-repeat: repeat-y;
}

a	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B4B0A;
	text-decoration:none;
}
a:hover	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #84946B;
	background-color: #FFE3A8;
	text-decoration:underline; 
}

td					{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B4B0A;
	font-style: normal;		
}

div.logo_sm				{
	position: absolute; left: 50px; top: 2px;
}
