body 
{ 
	font-size:10px;
	font-family: 'Trebuchet MS',verdana, arial, 'sans serif';
	color: white;/*#996600;* this is the brown color/ /*#C4A07C;*/
}
/*p,li,th,td*/
li,td
{
font-size: 10px;
}
td.menuFont
{
	font-size:10px;
	font-family: 'Trebuchet MS',verdana, arial, 'sans serif';
	color: white;/*#996600;* this is the brown color/ /*#C4A07C;*/
	
}

A:visited /* visited link */

{
	font-size:10px;
	font-family: 'Trebuchet MS',verdana, arial, 'sans serif';
	color: #ffffff;
	text-decoration: none;
	/*font-weight:bold;*/
}

A:link /* unvisited link */

{
	font-size:10px;
	font-family: 'Trebuchet MS',verdana, arial, 'sans serif';
	color: #ffffff;
	text-decoration: none;
	/*font-weight:bold;*/
}

A:active /* selected link */
{
	font-size:10px;
	font-family: 'Trebuchet MS',verdana, arial, 'sans serif';
	color: #ffffff;
	text-decoration: none;
	/*font-weight:bold;*/
}

A:hover{ /* mouse over link */

	font-size:10px;
	font-family:'Trebuchet MS', verdana, arial, 'sans serif';
	color: orange;/*#004e00;/*#146447;*/
	text-decoration: none;
	/*font-weight:bold;*/
}
