a { color: rgb(0,0,0);text-decoration: none }
a:hover { color: rgb(0,0,0); text-decoration: underline }
a.grau { color: #BEBEBE;text-decoration: none }
a.grau:hover { color: #d5aa00; text-decoration: underline }


a:visited
{
	color: rgb(0,0,0); 
} 

a:active 
{
	color: rgb(255,102,0);
}

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,226,113);
	color: rgb(0,0,102);
	font-size: 12px;
	line-height: 18px;
}

td
{
	font-family: Verdana, Arial, Helvetica;
	
	color: rgb(0,0,102);
	font-size: 12px;
	line-height: 18px;
}


#Table_nav {font-size:12px; padding:2pt}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;;
}
h1
{
	color: rgb(153,0,0);
}
h2
{
	color: rgb(255,204,0); 
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}
