p{
	font-family : serif;
	color : Black;
	text-align : justify;
}

H1{
	font-family: Arial, Helvetica, sans-serif;
	color : black;
	font-size : large;
}

H2{
	font-family: Arial, Helvetica, sans-serif;
	color : black;
	font-size : small;
}

H3{
	font-family: Arial, Helvetica, sans-serif ;
	color : White;
	font-size : small;
	background-color : Gray;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 3px;
}

H4{
	font-family: Arial, Helvetica, sans-serif ;
	color : black;
	font-size : larger;
}

ul{
	font-family: serif;
	color : black;
	text-align : justify;
}

ol{
	font-family: serif;
	color : black;
	text-align : justify;
}

table{
	font-family: serif;
}

div{
	font-family: serif;
	color : black;
}


HR {
	color : black;
	height : 1px;
}

A:HOVER {
	color : #0063CE;
	text-decoration: none;
	font-weight : bold;
}

A {
	text-decoration : underline;
	color : navy;
	font-weight : bold;
}

BODY {
	margin-left : 15%;
	margin-right : 15%;
}

