/* Normal, standard links. */
a:link
{
	color: #803D0D;
	text-decoration: none;
}
a:visited
{
	color: #803D0D;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}


/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. *2F
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{

	color: #FFFFFF;
	font-family : "Verdana";
	font-size:8pt;
}
}