body 
{
    font-family: Arial;
	width: 100%;
}

.nav
{ 
}

.navigation
{
}

.navigation a
{    
    display: block;
    text-align: right;
    line-height: inherit;
    background-color: #749110;
    padding-right: 30px;
    line-height: 30px;
    border-bottom: solid 5px white;
    color: White;
    text-decoration: none;
    font-family:Arial;
    font-size: 14px;
    font-weight: bold;
}

.navigation a:hover
{
    background-color: #deda72;
    color: Black;
}

.content
{
    padding: 20px;
    text-align: justify;
}

.sub_nav
{
    text-align: center;
    color: White;
    Background-color: #bcbcbc;
    line-height: 30px;
}

.sub_nav a
{
    color: White;
}

.sub_nav a:hover
{
    color: Black;
}