BODY
{
	background-color: black;
	color: white;
	font-size: 12pt;
	font-family: Comic Sans MS;	
}

H1
{
	color: yellow;
	font-size: 20pt;
	text-align: center;
}

H2
{
	color: yellow;
	font-size: 16pt;
	text-align: center;
}

H3
{
	color: yellow;
	font-size: 14pt;
	text-align: left;
}

IMG
{
	border: 1px black solid;
}

IMG.IMG_selected
{
	border: 1px yellow solid;
}

A
{
	color: yellow;
}

A:hover
{
	font-style: italic;
}
