﻿body 
{

}

body a:link, body a:visited
{
color: Lime;
}
body a:active, body a:hover
{
color: #ddb038;
}

#nav_main
{
    background-color: black;
    width: 100%;
       
}

#nav_main_links
{
    font-family: Arial;
    font-size: .9em;
    font-weight: bold;
}

#nav_main_links a:link, #nav_main_links a:visited
{
    color:  #b7b7b7;
    text-decoration: none;
}
#nav_main_links a:hover, #nav_main_links a:active, #nav_main_links a.lit:link, #nav_main_links a.lit:visited, #nav_main_links a.lit:hover, #nav_main_links a.lit:active
{
    color: white;
    text-decoration: none;
}



#nav_top
{

    height: 23px;
    width: 100%;
    
    
}

#nav_top_links
{
    font-family: Arial;
    font-size: .7em;
    color: #ddb038;
    font-weight: bold;
}

#nav_top_links a:link, #nav_top_links a:visited
{
    color:  #ddb038;
    text-decoration: none;
}
#nav_top_links a:hover, #nav_top_links a:active
{
    color: white;
    text-decoration: none;
}

#nav_main
{
    background-color: black;
    width: 100%;
       
}

#about_links
{
    font-family: Verdana;
    font-size: .8em;

}

#about_links a:link, #about_links a:visited
{
    color:  #49d508;
    text-decoration: none;
}
#about_links a:hover, #about_links a:active, #about_links a.lit:link, #about_links a.lit:visited, #about_links a.lit:hover, #about_links a.lit:active
{
    color: white;
    text-decoration: none;
}
#footer
{
    font-family: Verdana;
    font-size: .6em;
    color: gray;
    font-weight: normal;

}

#footer a:link, #footer a:visited
{
    color:  #1a9416;
    text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a.lit:link, #footer a.lit:visited, #footer a.lit:hover, #footer a.lit:active
{
    color: #49d508;
    text-decoration: none;
}

#pager_control 
{
    font-family: Verdana;
    font-size: x-small;
    color: White; 
}
#pager_control a:link, #pager_control a:visited
{
    color: Green;
}
#pager_control a:hover, #pager_control a:active
{
    color: Lime;
}

