
.banner {
    border:solid black 1px;
    width:800px;
}

.fill {
    height:20px;
    font-size:0.8em;
    color:#000000;
    width:800px;
}

.content {
    background-color:#F3F3F3;
    border:solid black 1px;
    width:800px;
    height:160px;
    vertical-align:top;
    text-align:left;
}


a:link {
    text-decoration: none;
    color: #000000;
}

a:visited {
    
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}

a:active {
    text-decoration: none;
    color: #FFFFFF;
}






