BODY
{
	font-size: 15px;
	color: black;
	font-weight:bold;
	font-family: 'Comic Sans MS' , Monospace;
	background-color: gray;
}	

table
{
	background-image: url(karo.gif);
}
	

h1
{
	font-weight: bold;
	font-size: 25px;
	float: left;
	color: crimson;
}

hr
{
	color: darkviolet;
}	

td.l
{
	text-align:left;
}
	
td.r
{
	font-size: 15px;
	color: blue;
	text-align: right;
}

td.c
{
	text-align: center;
}

td
{
	text-align: justify;
}


a
{   
	background-repeat:no-repeat;
	text-decoration:none;
	word-spacing: 20px;
	font-size: 20px
}

a.text
{
	font-size: 15px;
	color: #9900cc;
	background-color: #ffff99;
}

a:hover.text
{
	background-color: #ffcccc;
}

a.stift
{
	background-image: url(stift.gif);
	word-spacing: 250px;
    width: 300px;
}

a:hover.stift
{
	background-image: url(stift1.gif);
    word-spacing: 250px;
    width: 300px;
}

a.hp
{	
	background-image: url(hpoff.gif);
    width: 20px;
}	

a:hover.hp
{  
	background-image: url(hpon.gif);
    width: 20px;
}	

a.em
{
	background-image: url(emoff.gif);
    width: 20px;
}	

a:hover.em
{ 
	background-image: url(emon.gif);
    width: 20px;
}	