BODY    {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma;
	font-size: medium;
	}

a	{
	color: Green;
	text-decoration: none;
	cursor: hand;
}

	a:hover	{
	color: Yellow;
	background: Green;
	text-decoration: none;
}

h1	{
	font-size: 20pt;
	color: #FF0000;
	text-align: center;
	}

h2	{
	font-size: 14pt;
	color: #FF0000;
	text-align: left;
	text-transform: uppercase;
}
	
.K {
	color: Red;
}
