h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
}
p, td, ul, ol, li, dl, dd, .normal, dt {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : black;
}

a {
	color : blue; text-decoration : none;
}

a:visited {
	color : magenta;
	text-decoration : none;
}

a:hover {
	color : red;
	text-decoration : underline;
}
