a:link { 
 color: #0000FF; 
 text-decoration: underline; 
}

a:visited { 
 color: #0000FF; 
 text-decoration: underline;
}

a:active { 
 color: #0000FF; 
 text-decoration: underline;
}

a:hover { 
 color: #FF0000; 
 text-decoration: underline; 
}

body {
	font-family: arial, sans-serif; 
	background: #FFFFFF;
	color: #000;
	font-size: 12px; 
	font-weight: normal; 
	line-height: 17px;
}
 