BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	margin: 10 30 40 5%;
	text-align: justify;
	font-size: 12px;
}

H1 {
	font-size: 16px;
	font-weight: bold;
}

H2 {
	font-size: 14px;
}

H3 {
	font-size: 13px;
}

H4 {
	font-size: 12px;
	font-weight: bold;
}

P {
	text-align: justify;
}

LI {
	list-style-type : square;
}


A:LINK {
	color: #3270B1;
	font-weight: bold;
}
A:HOVER {
	color: #29527E;
}
A:VISITED {
	color: #29527E;
}




