.special {
	border: thin dotted;
	border-color: Blue;
	}
body,table,tr,td,p,ol,ul,dl,li,dt,dd,p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.menu {
	font-size: smaller;
	color: blue
}
a:link { 
color: blue;  
text-decoration: none;  
}
a:active,a:hover /* like a button on mouseover */
{
	color: white;
   text-decoration : none;
	border: 0px none;
	background-color: #663300;
	border-bottom: none;
}
a:visited
{
	text-decoration : none;
	
	
}
h3 {
	color: #663300;
	font-size: 11pt;
	font-weight: bold;
}
hr {
	color: #663300;
}

