/* CSS Document */

.basicText {
   color: black;
   font-size: 14px; 
}

.headerText {
   color: 6DA7AF;
   font-size: 18px;
   font-weight:bold;
   text-decoration: none;
}

.table {
    border-bottom:1 solid #000000; 
}

A:link {
   color: black;
   font-size: 14;
   text-decoration: none;
}

A:visited {
   color: black;
   font-size: 14;
   text-decoration: none;
}

A:active {
   color: black;
   font-size: 14;
   text-decoration: none; 
}

A:hover {
    color: gray;
    font-size: 14;
    text-decoration: none; 
}

#footer{
background-image:url("images/footer.jpg")
}
