h1
{
	color: rgb(0,0,255);
	font-weight: bold;
}

h2
{
	color:#00FF00;
	text-decoration: line-through;

}

a
{
	color: #FF0000;
	text-decoration: underline;

}

ul
{
	font-family: courier;
	color: #6666FF;

}

ol
{
	color: #333399;
	font-weight: bold;
}

body
{
	font-variant: small-caps;
	color: #FF33FF;
	background-color: black;
}

strong
{
	color: #00FFFF;
}

em
{
	font-weight: bold;
	color: #99FF33;
}
