a:hover {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: Blue;
	background-color : Lime;
	font-style : normal;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: red;
}

a:link {
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: Blue;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  smaller;
	color: Yellow;
	font-weight : normal;
}

HR {
	background : Black url(../images/fancyrod.gif) no-repeat center;
	height : 12px;
}

Body{
	background-color : Black;
	text-align: center;
}


}

