BODY {
	font-family : Arial, Helvetica, sans-serif;
	color: Navy;
	text-indent: 0px;
	text-decoration: none;
	list-style: square;
	font-size : 12px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}



A {
	text-decoration: none;
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}



A:Hover {
	color: Red;
	background-color : transparent;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}



HR {
	color: navy;
	font-size : xx-small;
	border : thin solid;
}	

