/* CSS Document */
h1
{
	font:"Courier New", Courier, monospace;
	color:#FF3366;
	text-decoration:blink;
	text-shadow:#000000;
	font-size: 36px;
	letter-spacing: 10px;
}
h2
{
	color:#990066;
	background:#00FF00;
	font-style:italic;
}
a
{
	background-color:#000000;
	color:#FFFF00;
	font:Arial, Helvetica, sans-serif;
	word-spacing: 10px;
}
ul
{
	font-weight:bold;
	color:#003300;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
ol
{
	border:groove;
	background-color:#000000;
	color:#CC0033;
	font-weight:bold;
}
body
{
	background-color:#000000;
	color:#FFFF00;
	text-decoration:line-through;
}
strong
{
	color:#FF0000;
	font:Georgia, "Times New Roman", Times, serif;
}
emphasis
{
	background:#0000FF;
	color:#33FF00;
}
	

