body, td {
	font-family : Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: Red;
}
a:HOVER {
	color : #ff8080;
}
h6 a {
	font-family : Verdana, Arial, sans-serif ;
	text-decoration: none;
	color: Black;
}
h1 {
	white-space : nowrap;
	text-decoration : none;
	color : Red;
	background-color : Silver;
	font-weight : lighter;
	padding-top : 10px;
	padding-bottom : 5px;
	margin-top : 10px;
	font-size : 240%;
	margin-bottom : 10px;
	text-align : center;
}

