body {
        background : #000033;
        background-color : #000033;
        font-family : Verdana;
        font-size : 16px;
        font-style : normal;
}

p {
font-family:Verdana, Arial, sans-serif;
font-style:normal;
font-variant:normal;
font-size:16px;
font-weight:normal;
line-height: 20px;
color:#FFFFCC;
}

h1 {
        font-family : Verdana, Arial, sans-serif;
        font-size : 20px;
        font-style : normal;
        font-weight : bold;
        color:#FFFFCC;
        text-align : left;
}
h2 {
        font-family : Verdana, Arial, sans-serif;
        font-size : 16px;
        font-style : normal;
        font-weight : bold;
        color:#FFFFCC;
        text-align : left;
}
h3 {
        font-family : Verdana, Arial, sans-serif;
        font-size : 16px;
        font-style : normal;
        font-weight : bold;
        color:#FFFFCC;
        text-align : left;
}

a {
  text-decoration : none;
  font-family : Verdana, Arial, sans-serif;
  font-size:15px;
   font-weight: bold;
   text-align: left;
   color : #FFFFCC;
}
a:link {
 font-weight: bold;
 text-align: left;
 color: #FFFFCC;
}
a:active {
        color : #FF0000;

}
a:visited {
          color : #A000FF;
}
a:hover {
       color: #FF0000;
}

ul, ol {    list-style:disk;
        font-family:Verdana;
        font-style:normal;
        font-variant:normal;
        font-size:16px;
        font-weight:normal;
        color:#000033;
}
form {
        font-family : Verdana;
        font-size : 16px;
        font-style : normal;
        color:#FFFFCC;
}
table, tr, td {
        font-family : Verdana;
        font-size : 16px;
        font-style : normal;
        color:#FFFFCC;
}
