BODY {
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .7em;
	text-align : justify;
	color: #333;
	line-height : 1.7em;
}
H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-align : left;
	text-decoration : none;
	color: #333;
	font-size : 1.4em;
}
H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-align : left;
	text-decoration : none;
	color: #333399;
	font-size : 1.1em;
}
OL {
	text-align : justify;
	list-style-type : decimal;
	margin-right : 10%;
}
UL {
	text-align : justify;
	margin-right : 10%;
	list-style : disc;
}
LI {
	margin-bottom : 10px;
}
STRONG {
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
STRIKE{
	color: Gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : line-through;
}

