/* Generelle Schriftart-Festlegung          */


/* Definition fuer Hyperlinkerscheinung         */

a:link{
	Color : #FF0000;
	Text-Decoration : underline;
	}

a:visited{
	Color : #FF0000;
	Text-Decoration : underline;
	}

a:active{
	Color : #FF0000;
	Text-Decoration : underline;
	}

a:hover{
	Color:#FF0000;
	Text-Decoration : none;
	}


body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #FFFF;
	border-style : none;
	border-width : 0pt;
	color : #990000;
}

.content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color : #990000;
    font-size: 12px;
}
