html body{
	vertical-align: top;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a  {
font-size: 12px;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
line-height : 15px;
color: #4573B3;
text-decoration: underline;
}
a:visited  {
color: #4573B3;
text-decoration: underline;
}
a:active  {
color: #FF0000;
text-decoration: none;
}
a:hover  {
color : #999999;
text-decoration: none;
}
