H1{
	text-align : left;
	font-family : "Times New Roman";
	font-size : 24pt;
	color: Blue;
}
H2{
	font-family : "Times New Roman";
	font-size : 18pt;
	text-align : center;
}
H3 {
	font-family : "Times New Roman";
	font-size : 14pt;
}
p{
	font-family : "Times New Roman";
	font-size : 12pt;
	text-align : justify;
}

a:link {
	color : Blue;
}
a:visited{
	color : Maroon;
}
a:hover{
	color : Red;
}
a:active{
	color : Lime;
}
H6{
	background-image : url(copyright.gif);
	background-repeat : no-repeat;
	background-position : center;
	background-color : transparent;
}