body 	{
			background-color: black;
			font-family: verdana;
			color: Yellow;
		}

UL		{
			Font-family: tahoma;
			color: Red;
		}

OL		{
			Font-family: tahoma;
			color: Lime;
		}


CAPTION {
			font-family: Tahoma;
			font-size: 12 pt;
			color: Yellow;
		}

H4		{
			color: Red;
		}
		
H3		{
			color: Red;
		}

A		{
			color: Yellow;
			font-family: tahoma;
			font-size: 10 pt;
			text-decoration: none;
		}
A:HOOVER
	{
		font-weight:bold;
		color:#FF0000;
	}

TH		{
			color: Lime;
		}
		
TD 		{
			font-size: 11 pt;
		}
			
