BODY {
	background-color : Black;
}
H1 {
	font-family : "Comic Sans MS";
	color : #8B008B;
	text-align : justify;
	font-size : 18px;
	font-weight : normal;
}
H2 {
	color : #8B008B;
	font-family : "Comic Sans MS";
	text-align : center;
	font-size : 16px;
	font-weight : normal;
}
H3 {
	color : #B500B0;
	font-family : "Comic Sans MS";
	text-align : center;
	font-weight : normal;
}
H4 {
	text-align : center;
	font-family : "Comic Sans MS";
	color : #8B008B;
	text-decoration : underline;
	font-size : larger;
	font-weight : normal;
}
A {
	color : #FFD700;
	text-decoration : none;
	font-family : "Comic Sans MS";
	font-weight : normal;
}
A:HOVER {
	text-decoration : underline;
	font-family : "Comic Sans MS";
	font-weight : normal;
}
A:VISITED {
	color : #8A2BE2;
	font-family : "Comic Sans MS";
	font-weight : normal;
}
H5 {
	color : #8B008B;
	font-family : "Comic Sans MS";
	font-size : 11px;
	font-weight : normal;
}