body, p, li {
  font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12pt;
}
.nav, .nav a {
	color: #FFFFCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
.nav a:hover {
	color: #FFFF00;
}

h1, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
h1 {
	font-size: 24pt; 
	color: #000000;
}
h2 {
	font-size: 18pt; 
	color: #CC0000;
}
h3 {
  font-size: 16pt; 
	color: #990000;
}

