a 
{
	color: Blue;
	text-decoration: none;
}
a:link
{
	color: Blue;
	text-decoration: none;
}

a:hover 
{
	color:#FFB300;
	text-decoration:none;
}
body, table, tr, td
{
	font-family:Verdana, Arial, Helvetica;
	color:Black;
	font-size:8pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, Arial, Helvetica;
}
h1
{
	color:rgb(255,204,0);
}
h2
{
	color:#8B0000;
}
h3
{
	color:rgb(204,51,0); 
}
h4
{
	color:#FF8C00;
}
h5
{
	color:#0A5A84;
	font-size:8pt;
}
h6
{
	color:Maroon;
	font-size:8pt;
}
ul
{
	list-style-image:url('bullet.gif');
}
.borderbottom {
  border-bottom:2px solid orange;} 
  
.rahmen { 
    border:1px solid silver; }