
/* CSS Document */

a,
a:link,
a:visited,
a:active{
	font-family:Georgia;
	font-style:normal;
	color:#CC0000;
	font-weight:bold;
	font-size:9px;
}

a:hover{
	text-decoration:underline
}