h1 {
	padding: 3px;
	background-color: #000000;
	color: #FFFF00;
	font-weight: bold;
	font-size: xx-large;
	font-family: Verdana;

}


h2 {
	color: Black;
	font-weight: normal;
	font-size: xx-large;
	font-family: Verdana;
}
 
 
h2 a:link, h2 a:visited {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}
 
 
h2 a:hover, h2 a:active {
color: #333333;
text-decoration: underline;
}
