/* Standard-Stile */
body { background-color:#F0F8FF;font-family:sans-serif;font-size:10pt }
a:link { color:#FF0000; text-decoration:none }
a:visited { color:#CC0000; text-decoration:none }
a:active { color:#990000; text-decoration:none }
h1, h2, h3, h4 { font-family:Sans-Serif}
p { font-family:sans-serif;font-size:10pt }
li { font-family:sans-serif;font-size:10pt }
td { font-family:sans-serif;font-size:10pt }

  a.button { background-color: #D0D0FF;
         color: blue;
         border-color: #C0C0FF blue blue #C0C0FF;
            font-family:Arial,Helvetica,sans-serif;
             border-style:solid;
            border-width:4px;
            font-weight: bold;
            font-size: 10pt;
            padding-left:6px;
            padding-right:6px;
            padding-top:4px;
            padding-bottom:4px;
            text-align:center;
            display:block;
            width: 90%;
 }
 a.button:hover { background-color: #C0C0FF; border-color: blue #C0C0FF #C0C0FF blue;   }

a.button:active { font-weight:bold;  }
  a.button2, a.button2e { background-color: #D0D0FF;
         color: blue;
         border-color: #84C8F0 blue blue #84C8F0;
            font-family:Arial,Helvetica,sans-serif;
             border-style:solid;
            border-width:4px;
            font-size: 10pt;
            font-weight: bold;
            padding-left:6px;
            padding-right:6px;
            padding-top:4px;
            padding-bottom:4px;
            text-align:center;
            display:block;
            width: 90%;
 }
 a.button2:hover, a.button2e:hover { background-color: #AFCFF8; border-color: blue #84C8F0 #84C8F0 blue;   }

