A  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	color : Blue;
	text-decoration : none;
	letter-spacing : 0.5px;
}

A:Active  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	letter-spacing : 0.5px;
}

A:Visited  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	color : Blue;
	text-decoration : none;
	letter-spacing : 0.5px;
}

A:Hover  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
	letter-spacing : 0.5px;
}

BODY  {
	ackground-color : #614A05;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}


