H1,H3,H4,H5,H6  {
	color: black;
	font-family : Arial, Helvetica, sans-serif;
}
Body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	background-image : url(/CSS/blueFade02.jpg);
	background-repeat: repeat-y;
}
H2 {
	color: white;
	background-color : #CC0033;
	font-family : Arial, Helvetica, sans-serif;
}
A:Visited {
	color : #000066;
	text-decoration: none;
	font-weight : bold;
}
A:link {
	color : #000066;
	text-decoration: none;
	font-weight : bold;
}
A:Active {
	color : #000066;
	text-decoration: none;
	font-weight : bold;
}
A:Hover {
	color: #CC0033;
}
p {
	font-family : Arial, Helvetica, sans-serif;
}
pre {
	font-family : "Courier New", Courier, monospace;
}
ul, ol {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

th {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

