a:link
{
	color: rgb(135,62,11); 
}
a:visited
{
	color: rgb(135,62,11); 
} 
a:active 
{
	color: rgb(135,62,11);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-size: 8;
}

h1
{
	font-family: Arial;
	color: rgb(135,62,11);
	font-size: 22;
	font-weight: bold;
}
h2
{
	font-family: Arial;
	color: rgb(135,62,11);
	font-size: 16;
}
h3
{
	font-family: Arial;
	color: rgb(135,62,11);
	font-size: 14;
}

.mainmenu {
	
}

.submenu {
	display: none;
	padding-left: 20px;
}


