BODY {
	background-color : White;
}

A:ACTIVE {
	color : DarkRed;
	text-decoration : none;
}

A:HOVER {
	color : Olive;
	text-decoration : none;
}

A:LINK {
	color : DarkRed;
	text-decoration : none;
}

A:VISITED {
	color : DarkRed;
	text-decoration : none;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : Black;
	font-style : normal;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : Black;
	font-style : normal;
	
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : Black;
	font-style : normal;
	
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Black;
	font-style : normal;
	
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
}

LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
}

.footer {  
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
}
