td {
	
	vertical-align: top;
	font-family: verdana;
	font-size:10px;
	color: white;
}

a {
	text-decoration: underline;
	color: gold;
    font-weight: bold;
}

A:Hover  {
	color : orange;
	text-decoration : underline;
    font-weight: bold;
}

H2 {
	color: gold;
	font-weight: bold;
	font-size : 16px;
	font-family: verdana;
}



H3 {
	color: gold;
	font-weight: bold;
	font-size : 20px;
	font-family: verdana;
}

H4 {
	color: gold;
	font-weight: bold;
	font-size : 14px;
	font-family: verdana;
}
