BODY
{
	color: black;
	background: #aaaaaa;
}

TABLE,TR,TD,TH,UL,OL,LI,H1,H2,H3,FORM,LEGEND
{
	color: black;
	background: white;
}

H1,H2,H3,LEGEND,FIELDSET
{
	font-family: sans-serif;
	background: #dddddd;
}

SPAN
{
	font-family: sans-serif;
	background: #ddaaaa;
}

LEGEND
{
	font-weight: bold;
}

code
{
	font-family: Monaco,Courier,monospace;
	font-weight: bold;
	background: black;
	color: blue;
	color: #33CCCC ;
	font-size: 150%;
}

A:link
{	text-decoration: none;
	color: #FA4E19;
}

A:active
{	text-decoration: none;
	color: #FA4E19;
}

A:visited
{	text-decoration: none;
	color: #EB7c61;
}


A:hover
{	text-decoration: none;
	background: #ddaaaa;
	color: #FA4E19;
}