/* CSS Document */

/* Normal Anchor or Links*/
a{
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;	
	color: #000000;
	text-decoration: none;
	line-height: 14px;
}
a:hover {
	font-weight: bold;
	color: #785a1d;
	text-decoration: none;
	line-height: 14px;
	}
/* End of Normal Anchor*/