a:link {
    color: #CC0000;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
a:visited {
    color: #CC0000;
    text-decoration: none;
    background-color: none;
    font-weight: normal;
    font-style: normal;
}
a:hover {
    color: #CC0000;
    text-decoration: underline;
    background-color: none;
    font-weight: normal;
    font-style: normal;
}
a:active {
    color: #CC0000;
    text-decoration: none;
    background-color: none;
    font-weight: normal;
    font-style: normal;
} 
<style type="text/css" media="screen"> 

body {
margin: 0px;
padding: 0px;
}

</style>
.greytext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #515151;
	font-weight: normal;
}
.greytext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #515151;
	font-weight: normal;
}
.bordergrey {
	border: 1px solid #CCCCCC;
}
.boldredtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.smallgreytext {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.greytextbold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.redtext {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CC0000;
}

