A:LINK {
	color : Blue;
	font-family : Arial, Helvetica, sans-serif;
}
A:VISITED {
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font : italic;
}
A:ACTIVE {
	color : Olive;
	font-family : Arial, Helvetica, sans-serif;
}
A:HOVER {
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
}
BODY {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
	margin-left : 5%;
	margin-right : 5%;
	background-color : White;
}
HR {
	color : Teal;
}
P {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
H1 {
	color : Teal;
	font-family : "Times New Roman", Times, serif;
	font-size : 38px;
	font-weight : bold;
	font-style : italic;
}
H2 {
	font-size : 25px;
	font-family : Arial, Helvetica, sans-serif;
	color : Blue;
	font-weight : bold;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Blue;
	font-size : 20px;
}
H4 {
	font-family : Arial, Helvetica, sans-serif;
	color : Blue;
	font-weight : bold;
	font-size : 17px;
}
H5 {
	font-family : Arial, Helvetica, sans-serif;
	color : Blue;
	font-size : 13px;
	font-weight : bold;
}
H6 {
	font-family : Arial, Helvetica, sans-serif;
	color : Olive;
	font-size : 10px;
	font-weight : bold;
}
LI {
	color : Navy;
}
OL {
	list-style-type : upper-roman;
}
UL {
	color : Blue;
}
I, EM {
	color : Navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
B, STRONG {
	color : Teal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
BLOCKQUOTE {
	color : Navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}
TABLE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Black;
}
