p {
	font-family: "Andale Mono", Arial, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: 21px;
	
}

body {
	font-family: "Andale Mono", Arial, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: 21px;
	background-color: #FFFF66;
}

a:link { 
	font-family: "Andale Mono", Arial, sans-serif;
	color: #FF0000; 
	font-size: 12px;
	line-height: 21px;
	
}
a:active { 
	color: #FF0000;
	
}
a:visited { 
	color: #CC9933; 
	text-decoration: none;
	
}
a:hover { 
	color: #FF3300;
	
}
h1 {
	font-family: "Andale Mono", Arial, sans-serif;
	font-size: 36px;
	color: #990000;
	
}
H<sub>2</sub> {
	font-family: "Andale Mono", Arial, sans-serif;
	font-size: 24px;
	color: #990000;
	text-align: center;
	
}
H<sub>3</sub> {
	font-family: "Andale Mono", Arial, sans-serif;
	font-size: 20px;
	color: #990000;
	text-align: center;
	
}
H<sub>4</sub> {
	font-family: "Andale Mono", Arial, sans-serif;
	font-size: 30px;
	color: #990000;
	
}
h5 {
	font-family: "Andale Mono", Arial, sans-serif;
	font-size: 20px;
	color: #990000;
	text-align: left;
	
}

.nav {
	font-family: "Andale Mono", Arial, sans-serif;
	color: #FF0000;
	font-size: 16px;
	line-height: 25px;
	font-weight: bolder;
	text-align: center;
	
}
a.nav:link {
	font-family: "Andale Mono", Arial, sans-serif;
	color: #3366CC;
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
	
}
a.nav:hover {
	color: #3399CC;
	text-decoration: underline;
	text-align: center;
	
}
a.nav:active {
	color: #3333CC;
	text-decoration: underline;
	text-align: center;
	
}
a.nav:visited {
	font-family: "Andale Mono", Arial, sans-serif;
	color: #3366CC;
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
	
}
