BODY	{
	background-color: #020E16;
	color: black;
}

H1			{ font: bold x-large comic sans ms, times, courier, serif; color: #002878 }
H2			{ font: normal large comic sans ms, courier, serif; color: #002878 }
H3			{ font: oblique medium comic sans ms, courier, serif; color: #002878 }
P			{ font: normal medium comic sans ms, courier, serif; color: #002878 }
TD			{ font: normal medium comic sans ms, courier, serif; color: #002878 }

A:link	{ text-decoration: none; color: black } /* Unvisited link color */
A:visited	{ text-decoration: none; color: black } /* Visited link color   */
A:active	{ text-decoration: none; color: red }  /* Active links color   */
