body       { background-color: black; color: silver }



a:link     { color: silver; text-decoration: underline }

a:visited  { color: silver; text-decoration: underline }

a:focus    { color: red;    text-decoration: underline }

a:hover    { color: red;    text-decoration: underline }

a:active   { color: red;    text-decoration: underline }



span.h1    { font-family: Verdana; font-size: 12pt; color: red;    font-weight: bold }

span.h2    { font-family: Verdana; font-size: 10pt; color: red;    font-weight: bold }



span.s10   { font-family: Verdana; font-size: 10pt; color: silver  }

span.s10r  { font-family: Verdana; font-size: 10pt; color: red;    }

span.s10rb { font-family: Verdana; font-size: 10pt; color: red;    font-weight: bold }

span.s10w  { font-family: Verdana; font-size: 10pt; color: white   }

span.s10wb { font-family: Verdana; font-size: 10pt; color: white;  font-weight: bold }



span.s10s  { font-family: Verdana; font-size: 10pt; color: black   }



span.s8    { font-family: Verdana; font-size:  8pt; color: silver  }

span.s8r   { font-family: Verdana; font-size:  8pt; color: red;    }

span.s8w   { font-family: Verdana; font-size:  8pt; color: white   }



span.s7    { font-family: Verdana; font-size:  7pt; color: silver  }

span.s7w   { font-family: Verdana; font-size:  7pt; color: white   }



span.laufs { font-family: Verdana; font-size: 10pt; color: silver; font-weight: bold }







.border                   { border: 1px solid silver }



.border_top               { border-top: 1px solid silver }

.border_top-left          { border-top: 1px solid silver; border-left:  1px solid silver }

.border_top-right         { border-top: 1px solid silver; border-right: 1px solid silver }

.border_top_left_right    { border-top: 1px solid silver; border-left:  1px solid silver; border-right: 1px solid silver }



.border_top_bottom        { border-top: 1px solid silver; border-bottom: 1px solid silver }

.border_top_bottom_left   { border-top: 1px solid silver; border-bottom: 1px solid silver; border-left: 1px solid silver }

.border_top_bottom_right  { border-top: 1px solid silver; border-bottom: 1px solid silver; border-right: 1px solid silver }



.border_bottom            { border-bottom: 1px solid silver }

.border_bottom_left		  { border-bottom: 1px solid silver; border-left:  1px solid silver }

.border_bottom_right	  { border-bottom: 1px solid silver; border-right: 1px solid silver }

.border_bottom_left_right { border-bottom: 1px solid silver; border-left:  1px solid silver; border-right: 1px solid silver }



.border_left              { border-left:  1px solid silver }

.border_right             { border-right: 1px solid silver }

.border_left_right        { border-left:  1px solid silver; border-right: 1px solid silver }

.no_border                { }