h1 {
	font-size: 14pt;
	background: #eee8cc;
}

body { 
	font-family: serif;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: MS Trebuchet, Verdana, Tahoma, sans-serif;
}

.red {
	color: red;
}

a:hover {
	background-color:yellow;
}

a {
	text-decoration:none;
}
