a.awhite:link {
COLOR: white;
TEXT-DECORATION: none;
}
a.awhite:visited {
COLOR: white;
TEXT-DECORATION: none;
}
a.awhite:hover {
COLOR: grey;
TEXT-DECORATION: none;
}
a.awhite:active {
COLOR: white;
TEXT-DECORATION: none;
}
ul{color: #204080;
          font-size: 16px;
          font-style: normal;
          font-weight: normal;
          font-family: verdana;
}
li{color: #204080;
          font-size: 16px;
          font-style: normal;
          font-weight: normal;
          font-family: verdana;	
}
font.footer{color: white;
            font-size: 10px;
            font-style: normal;
            font-weight: normal;
            font-family: verdana;	
}
font.frontpage{color: #204080;
          font-size: 15px;
          font-style: normal;
          font-weight: normal;
          font-family: verdana;
}	
font.blue{color: #204080;
          font-size: 16px;
          font-style: normal;
          font-weight: normal;
          font-family: verdana;
}
font.blueSmall{color: #204080;
               font-size: 10px;
               font-style: normal;
               font-weight: normal;
               font-family: verdana;
}
font.white{color: white;
            font-size: 15px;
            font-weight: normal;
            font-style: normal;
            font-family: verdana;	
}
font.WhiteBig{color: white;
              font-size: 25px;
              font-weight: bold;
              font-style: normal;
              font-family: verdana;	
}
font.WhiteSmall{color: white;
              font-size: 10px;
              font-weight: normal;
              font-style: normal;
              font-family: verdana;	
}
font.WhiteBigger{color: white;
                 font-size: 50px;
                 font-weight: bold;
                 font-style: normal;
                 font-family: verdana;	
}
font.headings{color: white;
              font-size: 16px;
              font-weight: normal;
              font-style: normal;
              font-family: verdana;	
}
td.blue{background-color: #204080;
        text-align: center;
}
td.white{background-color: white;
         text-align: center;
}
td.BlueLeft{background-color: #204080;
            text-align: left;
            padding-left:5px;
}
td.pattern{background-image: url('http://six-wags.com/Images/Paper.jpg'); 
           background-repeat: repeat;
           text-align: center;
           padding-left:5px;
}
td.PatternLeft{background-image: url('http://six-wags.com/Images/Paper.jpg'); 
           background-repeat: repeat;
           text-align: left;
           padding-left:5px;
}
table.pattern{background-image: url('http://six-wags.com/Images/Paper.jpg'); 
              background-repeat: repeat;
              text-align: left;
              padding-left:5px;
              color: #204080;
              font-size: 16px;
              font-style: normal;
              font-weight: normal;
              font-family: verdana;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: regular;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}