<style>
a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(0,0,255); 
} 
a:active 
{
	color: rgb(0,0,255);
}
a:hover
{
	background : rgb(255,100,100);
table
{
	table-border-color-light: rgb(153,153,153);
	table-border-color-dark: rgb(0,0,0); 
}

body
{
	background-color: rgb(255,255,00);
	color: rgb(0,0,0);
        font-family:   Arial
}
h1
{
	color: rgb(255,0,0);
}
h2
{
	color: rgb(255,0,0); 
}
h3
{
	color: rgb(255,0,0); 
}
h4
{
	color: rgb(255,0,0);
}
h5
{
	color: rgb(255,0,0);
}
h6
{
	color: rgb(255,0,0);
}
.Frage
{       
	color: rgb(0,0,255);
        position: relative;
        left:5;
        text-align: Left;                
	text-indent: 0; 
        margin-left: 5; 
	margin-right: 50; 
	margin-top: 5; 
        margin-bottom: 0
}
.Antwort     
{ 	position: relative; 
	left: 45; 
	text-align: Left;                
	text-indent: -22; 
        margin-left: 13; 
	margin-right: 50; 
	margin-top: 0; 
        margin-bottom: 0 
}

</style>.