h1, h2 {
	font-family: courier new;
	font-weight: bold;
}

h1 {
	font-size: 22pt;
}

h2 {
	font-size: 18pt;
}

p {
	font-family: verdana;
	size: 14pt;
}

a {
	font-family: verdana;
	size: 14pt;
	text-decoration: none;
}

a:hover {
	color: #00ff00;
	cursor: crosshair;
}