BODY {
	background : Black;
	color : White;
	font-size : 12pt;
	font-family : "Times New Roman";
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right : 15px;
}
A:link {
	color: Yellow;
	text-decoration : none;
}
A:visited {
	color: White;
	text-decoration : none;
}
A:hover {
	color: Yellow;
	text-decoration : blink;
}
A:active {
	color: Yellow;
	text-decoration : underline;
}

H1 {
	background: #FFFFFF;
	color : Red;
	font-weight: bold;
	font-size : 25pt;
	font-family : "Times New Roman";
	text-align : center
}

H2 {
	color : White;
	font-weight: bold;
	font-size : 18pt;
	font-family : "Times New Roman";
}

H3 {
	color : White;
	font-weight: bold;
	font-size : 15pt;
	font-family : "Times New Roman";
}

H4 {
	color : White;
	font-weight: bold;
	font-size : 12pt;
	font-family : "Times New Roman";
}

H5 {
	background: Blue top;
	color : White;
	font-weight: bold;
	font-size : 12pt;
	font-family : "Times New Roman";
	text-indent : 20px;
}
