<html>

<head>
<title>stylevorlage</title>
<style>

FONT
{
Font-Family: Verdana, Arial, Helvetica;
Font-Size: all;
Font-Variant: normal;
Vertical-Align: middle;
}


a {text-decoration:none;}
a:hover {text-decoration: underline}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}



p  {
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}





body
{
   scrollbar-arrow-color:#CC0000;
   scrollbar-face-color:#FFFFFF;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-3dlight-color:#CCCCCC;
   scrollbar-shadow-color:#666666;
   scrollbar-darkshadow-color:#666666;
   scrollbar-track-color:#FFFFFF;
}

</style>
</head>

<body text="black" link="blue" vlink="purple" alink="red">
<p>&nbsp;</p>
</body>

</html>

