body {
	background: white;
	font-size: 12 px;
	font-family: Verdana, Sans-Serif, Arial; 
	color: black;
}
h1 {	
	font-size: 36 px;
	font-family: Garamond, Verdana, Sans-Serif, Arial; 
	color: blue;
}

h2 {
	font-size: 24 px;
	font-family: Garamond, Verdana, Sans-Serif, Arial; 
	color: blue;
}

h3 {
	font-size: 16 px;
	font-family: Verdana, Sans-Serif, Arial; 
	color: white;
	background: blue;
}

h4 {
	font-size: 12 px;
	font-family: Tahoma, Verdana, Sans-Serif, Arial; 	
	color: blue;
	background: white;
}
h5 {
	font-size: 14 px;
	font-family: Tahoma, Verdana, Sans-Serif, Arial; 	
	font-weight: bold;
	color: blue;
	background: white;

}
a {
	color: red; 
	text-decoration: none;
}
a:hover {
	background: red;
	color:white; 
}

h6 {
	font-size: 12 px;
	font-family: Arial, Sans-Serif;
}
