/* brown.css */
BODY
{
	font-size: 10pt;
	color: White;
	font-family: Verdana, Arial;
	background-color: peru;
}
TR
{

TEXT-ALIGN: left
}
TD
{
	background-color: burlywood;
}
THEAD
{
BORDER-BOTTOM: white;
BORDER-LEFT: white;
BORDER-RIGHT: white;
BORDER-TOP: white;
}

TABLE
{

BORDER-BOTTOM: white;
BORDER-LEFT: white;
BORDER-RIGHT: white;
BORDER-TOP: white;
FONT-SIZE: x-small;
FONT-WEIGHT: lighter;

}
A:active
{
COLOR: darkred
}
A:link
{
	font-weight: bolder;
	color: white;
}
A:visited
{
	font-weight: bolder;
	color: white;
}
