body {												/*Formatierung des Body*/
font-family:arial,verdana,helvetica,sans-serif;
font-size:08px;
font-weight:normal;
text-decoration:normal;
color: #FFFF00;
background-color: #0000CC;
margin:0px;
padding:0px;
}

h1 {												/*Formatierung der Seitenüberschriften*/
font-family:arial,verdana,helvetica,sans-serif;
font-size:25px;
font-wight:bold;
letter-spacing:1px;
}

h2 {												/*Formatierung der Zwischenüberschriften*/
font-family:arial,verdana,helvetica,sans-serif;
font-size:15px;
font-wight:normal;
}

h3 {												/*Formatierung der Unterüberschriften*/
font-family:arial,verdana,helvetica,sans-serif;
font-size:10px;
font-wight:italic;
}

.link_nonebold {									/*Formatierung Link normal*/
 color:#FFFF00;
 text-decoration:underline;
 font-family:Arial;
 font-size:08pt;
 text-transform: none;
}
.link_nonebold:visited {							/*Formatierung Link besucht*/
 color:#FFFF00;
}
.link_nonebold:hover {								/*Formatierung Link over*/					
 color:#FFFFFF;
 text-decoration:none;
 font-weight:bold;
}

.linktext_nonebold {									/*Formatierung Link im Text normal*/
 color:#FFFF00;
 text-decoration:underline;
 font-family:Arial;
 font-size:12pt;
 text-transform: none;
}
.linktext_nonebold:visited {							/*Formatierung Link im Text besucht*/
 color:#0099FF;
}
.linktext_nonebold:hover {								/*Formatierung Link im Text over*/					
 color:#FFFFFF;
 text-decoration:none;
 font-weight:bold;
}