
BODY {
        color: #FFFFFF;
        background-color: #000000;
        /* background-image: url(background.gif); */
        /* background-repeat: repeat-x; */
        margin: 0px 5% 0px 5%;
        padding: 0px;
        font-family: arial, verdana;
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
      }

.index { text-align: center }

FORM {
        text-align: right;
        color: #000000;
     }

TH {
     color: white;
     background-color: #6C706D;
     font-family: sans-serif;
   }

TD {
     color: yellow;
     background-color: #2E4470;
     font-family: arial, sans-serif;
     font-size: 14px;
   }

TD.views {
           text-align: right;
	 }

TD.date {
          text-align: right;
	  font-size: 65%;
	  white-space: pre;
	}

PRE { color: blue }

BLOCKQUOTE {
              margin-left: 10%;
              margin-right: 10%;
              padding: 10px;
              background-color: #CCCCCC;
              border-width: 2;
              border-color: red;
           }

BLOCKQUOTE P {
              font-family: arial, verdana;
              font-style: normal;
              font-weight: normal;
              color: #000000;
              text-align: center;
           }

H1 {
     text-align: center;
     color: red;
     font-size: 250%;
   }

H2 {
     text-align: left;
     text-decoration: underline;
     color: red;
     font-size: 200%;
   }

.valid {
         text-align: left;
         float: left;
       }

.counter {
           text-align: center;
           color: #FFFFFF;
           background-color: #000000;
           font-size: 110%;
           font-style: italic;
           border-color: orange;
           border-width: 1;
           border-style: solid;
           padding: 0;
           margin: 5 0 5 0;
          }

.center { text-align: center }

P.intro {
          font-size: 125%;
          text-align: center;
        }

ADDRESS {
          text-align: right;
          font-size: 120%;
          font-style: italic;
          color: #000000;
          text-decoration: none;
         }

.addresstext {
               background-color: #EEEEEE;
               color: black;
             }

SPAN A:hover {color: red }

BLOCKQUOTE  A {
                text-decoration: underline;
                font-family: verdana, arial;
                font-weight: normal;
              }

.menu {
        background-color: #999999;
        border-width: 1;
        border-color: #000000;
        padding: 10px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
      }

  .menu A {
       text-decoration: none;
       padding: 0px;
       margin: 0px;
       font-family: verdana, arial;
       font-weight: bold;
       font-size: 120%;
       font-style: normal;
    }

  A:link    { color: black   }
  A:visited { color: gray    }
  A:active  { color: red     }
  A:hover   { color: yellow  }

A.white:link    { color: white }
A.white:visited { color: white }

H1 A:link    { color: white    }

TD A:link    { color: #11C6BD  }
TD A:visited { color: #CCCCCC  }

.bar {
       margin-right: 0;
       border-width: 1;
       border-color: #999999;
       border-style: ridge;
       background-color: #999999;
       text-align: right;
     }

.blank { display: none }

TABLE { text-align: center }

P.prevnext {
             padding: 10px;
             margin: 0px;
             color: #777777;
             text-decoration: strike;
             font-size: 80%;
           }

P.warning {
            color: #FF0000;
	    padding: 20px;
	    background-color: #A0A000;
	    font-size: 180%;
            font-weight: bold;
	    text-align: center;
          }

A.prevnext:link { color: white }

