html, body {
	height: 100%;
}

body, td, p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
}

a:link {
	color: #666;
	text-decoration : none;
}
a:visited {
	color: #666;
	text-decoration : none;
}
a:hover {
	color: #666;
	text-decoration : underline;
}
 a:active {
	color: #666;
	text-decoration : none;
}