BODY {
	color: Black;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	padding-bottom: 3%;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 2%;
	list-style-type: square;
}

H1{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	}

H2{
	font-size: 100%;
	font-weight: 550;
	margin-bottom : -1%;	
}

H3{
	font-size: 80%;
	font-weight: 500;		
}

H5{
	margin-bottom: -5%;
}

P, BLOCKQUOTE, TD{
   font-size: 90%;
	text-align: justify;
}

UL{
	list-style-type: square;
}

A {
	color: #0099cc;
	font-size: 90%;
	font-weight : 800;
	text-decoration: none;
}

A:HOVER {
	color: yellow;
	background : red;
	text-decoration: none;
}
