/* Kein Unterstrich bei Textlinks */

.noline {  text-decoration: none}

<style type="text/css">

.Times_18 {font-size: 18px;font-family: "Times New Roman", Times, serif;}
.Times_16 {font-size: 16px;font-family: "Times New Roman", Times, serif;}
.Times_14 {font-size: 14px;font-family: "Times New Roman", Times, serif;}
.Times_12 {font-size: 12px;font-family: "Times New Roman", Times, serif;}
.Times_10 {font-size: 10px;font-family: "Times New Roman", Times, serif;}

.Georgia_18 {font-size: 18px;font-family: Georgia, "Times New Roman", Times, serif;}
.Georgia_16 {font-size: 16px;font-family: Georgia, "Times New Roman", Times, serif;}
.Georgia_14 {font-size: 14px;font-family: Georgia, "Times New Roman", Times, serif;}
.Georgia_12 {font-size: 12px;font-family: Georgia, "Times New Roman", Times, serif;}
.Georgia_10 {font-size: 10px;font-family: Georgia, "Times New Roman", Times, serif;}

.courier_18 {font-size: 18px;font-family: "Courier New", Courier, mono;}
.courier_16 {font-size: 16px;font-family: "Courier New", Courier, mono;}
.courier_14 {font-size: 14px;font-family: "Courier New", Courier, mono;}
.courier_12 {font-size: 12px;font-family: "Courier New", Courier, mono;}
.courier_10 {font-size: 10px;font-family: "Courier New", Courier, mono;}

.Verdana_18 {font-size: 18px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.Verdana_16 {font-size: 16px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.Verdana_12 {font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.Verdana_14 {font-size: 14px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.Verdana_10 {font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;}

.Arial_18   {font-size: 18px;font-family: Arial, Helvetica, sans-serif;}
.Arial_16   {font-size: 16px;font-family: Arial, Helvetica, sans-serif;}
.Arial_14   {font-size: 14px;font-family: Arial, Helvetica, sans-serif;}
.Arial_12   {font-size: 12px;font-family: Arial, Helvetica, sans-serif;}
.Arial_10   {font-size: 10px;font-family: Arial, Helvetica, sans-serif;}


/* Textlinkfarbe + nicht unterstrichen */

a:link {color: #000000;text-decoration: none;}

/* besuchter Link Farbe + nicht unterstrichen */

a:visited {text-decoration: none;color: #000000;}

/* aktive Link Farbe + nicht unterstrichen */

a:active {text-decoration: none;color: #000000;}

/* Hovereffekt bei Textlinks */

a:hover { color: #000099}

/* Scrolleisten-Farben */
body{
scrollbar-DarkShadow-Color:; 
scrollbar-Track-Color:#FF5A04;
scrollbar-Face-Color:#FFB50E;
scrollbar-Shadow-Color:; 
scrollbar-Highlight-Color:#FFB50E;
scrollbar-3dLight-Color:#FFB50E;
scrollbar-Arrow-Color:; 
}

/* Hintergrundfarbe der Formularfelder */

input
{
background-color:#FF9A08;
}

/* Farbe des Textfeldes im Formular */

textarea
{
background-color:#FF9A08;
}

/* Farbe der Formularbuttons */

input.button
{
background-color:#663300;
color: white
}
