#banner_black
{
    background: #000000;
    border-bottom-style: solid;
    border-color: #00ff00;
    border-width: 2px;
    
    width: 754;
    padding: 3px;
    height: 80;
    
    vertical-align: middle;
}

#top_nav
{
    background: #A6A3FA;
    border-bottom-style: solid;
    
    width: 754;
    height: 15;
    
    padding: 3px;
    
    font-size: 15px;

}

#top_nav a:link {
    text-decoration: none;
    color: #505050;
}

#top_nav a:visited {
    text-decoration: none;
    color: #505050;
}

#top_nav a:hover {
    text-decoration: none;
    color: #000000;
}

#body_text
{
    width: 754;
    font-size: 16px;
    padding: 3px;
}

#body_text h2 {
    font-family: osaka,arial,helvetica,sans-serif;
}

#body_text a:link {
    text-decoration: none;
    color: #0084a5;
}

#body_text a:visited {
    text-decoration: none;
    color: #0084a5;
}

#body_text a:hover {
    text-decoration: none;
    color: #008800;
}

#note_text
{
    font-size: 13px;
    color: #008855;
}

#note_text a:link {
    text-decoration: underline;
    color: #0084a5;
}

#note_text a:visited {
    text-decoration: underline;
    color: #0084a5;
}

#note_text a:hover {
    text-decoration: underline;
    color: #008800;
}

#bottom_nav
{
    background: #000000;
    
    width: 754;
    height: 15;
    
    padding: 3px;
    
    font-size: 15px;

}

#bottom_nav a:link, a:visited {
    text-decoration: none;
    color: gray;
}

#bottom_nav a:hover {
    text-decoration: none;
    color: #00aa00;
}

