
BODY {
	background-color:#FFEDEB;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color : Black;
}


A {
	text-decoration: none;
	color: Maroon;
}


DIV {
	font-family: Georgia, Arial;
	font-size: 12px;
	font-style: normal;
	color : #000000;
	
}

H1 {
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	color : Black;
}

H2 {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	color : Maroon;
	letter-spacing : 1px;
	margin-bottom : 0px;
}

H3 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color : #000000;
	margin-bottom : 0px;
	font : normal;
}

H4 {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color : Black;
	letter-spacing : 1px;
	margin-bottom : 0px;
}

H5 {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	color : Black;
	letter-spacing : normal;
	margin-bottom : 0px;
}

A:ACTIVE {
	text-decoration: underline;
	color: Red;
}

A:Hover {
	text-decoration: underline;
	color: Red;
}

A:LINK {
	text-decoration: underline;
	color: Red;
}

A:VISITED {
	text-decoration: underline;
	color: Maroon;
}

