/* CSS Document */


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	}
		
h1 {
	font-size: 120%;
	color: #990000;
	}
	
h2 {
	font-size: 130%;
	color: #336600;
	font-weight: bold;
	}
	
h3 {
	font-size: 120%;
	font-weight: bold;
	}
	
a: hover {
	color: #336600;
	text-decoration: underline;
	}
