table a:link {
	color: #0000FF;
	text-decoration: none;
}

table a:visited {
	color: #0000FF;
	text-decoration: none;
}

table a:hover {
	color: #0000FF;
	text-decoration: underline !important;
}

body {   
    font-family: Arial, Helvetica, sans-serif;
}