a:link {
	color: yellow;
	text-decoration: underline
}

a:active {
	color: green;
	text-decoration: none
}

a:visited {
	color: yellow;
	text-decoration: underline
}

a:hover {
	color: green;
	text-decoration: underline
}

BODY {
	BACKGROUND-COLOR: #000099 ; 
	color: yellow;
	TEXT-ALIGN: CENTER; 
	FONT-FAMILY: "Comic Sans MS"
	FONT-SIZE: 12px
}
H1 {
	COLOR: RED; 
	TEXT-ALIGN: CENTER; 
	FONT: bold 24pt sans-serif
}

H2 {
	COLOR: #ff00ff; 
	TEXT-ALIGN: CENTER; 
	FONT: bold 20pt sans-serif;
	font-family: "Comic Sans MS"
}

H3 {
	COLOR: BLACK; 
	TEXT-ALIGN: CENTER; 
	FONT: bold 16pt sans-serif
}

