H1, H2, H3, H4, H5 { color: red; font-weight: 700}    /* bold */  

BODY { background-color: #FFFFFF; font-family: ariel, Verdana; color: black } 
 
P { line-height: 100% }
UL LI { font-size: 90% }
.red { color: red }
.green { color: green }
.blue { color: blue }
#big { font-size: 120% }
#upper { text-transform: uppercase } 
A:link { color: blue }       /* unvisited link */
A:hover { color: red }
A:visited { color: purple }   /* visited links */
A:hover { color: red }
A:active { color: red }    /* active links */
A.nav:link { color: #FFFFFF ; font-weight: 700 }
A.nav:hover { color: #00FF00; font-weight: 700 }
A.nav:visited { color: #b78fb7; font-weight: 700 }
A.nav:hover { color: #00FF00; font-weight: 700 }
A.nav:active { color: red; font-weight: 700 }
A.head:link { color: #FFFFFF ; font-weight: 700; decorate: none }
A.head:hover { color: yellow; font-weight: 700 }
A.head:visited { color: #b78fb7; font-weight: 700 }
A.head:hover { color: yellow; font-weight: 700 }
A.head:active { color: red; font-weight: 700 }


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	padding-left: 20px;
	padding-right: 20px;
}
.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.content3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	padding-left: 20px;
	font-weight: bold;
}
.content4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.content5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
	font-weight: bold;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}
.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
	font-style: italic;
}