/* CSS Document */

/* Normal Anchor or Links*/
a{
	font-family:Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
a:hover {
	font-weight: normal;
	color: #B2060A;
	text-decoration: none;
	line-height: 20px;
}
/* End of Normal Anchor*/

