@charset "utf-8";
address {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}

a:link{
	font-weight:bold;
	color:#0000FF;
}
	
a:hover{
	background-color:#000000;
	color:#FFFFFF;
	
}
	
a:visited{
	color:#990000;
}
	
a:active{
	color:#00CC66;
}
	