 
<title>CSS-castellino</title>
<style type="text/css">
<!--
	
	/*weisse schrift (style1), 
	Schrift (style2), 
	graue Schrift (style3), 
	schrift rot und fett(style4),
	schrift fett (style5),
        minischrift (style6)*/ 

FONT.style1{font-family: arial, helvetica, san serif; font-size: 
12px; color: #FFFFFF;font-weight:normal}

FONT.style2{font-family: arial, helvetica, san serif; font-size: 
12px; color: #333333; font-weight:normal}

FONT.style3{font-family: arial, helvetica, san serif; font-size: 
11px; color: #999999;font-weight:normal}


FONT.style4{font-family: arial,helvetica, san serif; font-size:
12px; color: #CC0000; font-weight:bold}

FONT.style5{font-family: arial, helvetica, san serif; font-size: 
11px; color: #333333;font-weight:bold}

FONT.style6{font-family: arial, helvetica, san serif; font-size: 
10px; color: #999999;font-weight:normal}


a {font-family: arial, helvetica, san serif; font-size:12px; color: #CC0000; text-decoration:none; 
font-weight:normal} 
a.visited {font-family: arial, helvetica, san serif; font-size: 12px; color: #CC0000; font-weight:bold} a.link {font-family: arial, helvetica, san serif; font-size: 12px; color: #CC0000; font-weight:bold}



//-->
</style>

