/*a	{	
	color: black;
}
a:hover	{
	text-decoration: none;
	color: maroon;
}*/
input	{
	
	font-size: 8pt;
}
button	{	
	font-family: verdana;
	font-size: 12px;
	font-variant: small-caps;
	padding: 0px;
	font-weight: bold;
	color: maroon;
	border: #cfd0d7 ;
	cursor: hand;
}
select	{	
	
	font-size: 8pt;
}

