body{
    background-color: #008364
}

a{
   color: #008364;
   text-decoration: none;
}

a.:hover{
   color: #000000;
   text-decoration: underline;
}


li{
   font-family: arial;
   font-size: 75%;
   color:#008364;
   font-weight: medium;
   list-style-type: square;
}

.textField {
   border:1px solid #00000;
   background-color: #cccccc;
   color: #000000;
   font-size: 10pt;
   font-family: arial
}

hr {
   height: 1px;
   width: 80%;
   color: #4c4c4c;
}  
