body
{
	color:rgb(100,100,130);
	background-color:rgb(220,220,220);
	font-family:"Veranda","Arial","sans-serif";

	scrollbar-face-color:rgb(200,200,220);
	scrollbar-arrow-color:rgb(0,0,0);
	scrollbar-track-color:rgb(200,200,200);
	scrollbar-shadow-color:rgb(80,80,100);
	scrollbar-highlight-color:rgb(80,80,100);
	scrollbar-3dlight-color:rgb(80,80,100);
	scrollbar-darkshadow-Color:rgb(80,80,100);
}

a
{
	text-decoration:none;
}

a:link
{
	color:rgb(150,80,80);
}

a:visited
{
	color:rgb(100,100,240);
	//font-weight:bold;
}

a:hover
{
	color:rgb(0,0,0);
	background-color:rgb(255,255,0);
}

hr
{
	color:rgb(127,127,127);
	height:1px;
}

img
{
	border-width:0px;
}

table
{
	border:none;
	border-collapse:collapse;
}

tr.header
{
	background-color:rgb(240,240,240);
}

td.single
{
	border-width:1px;
	border-style:solid;
	border-color:rgb(128,128,128);
	padding:2 5 2 5;
}
