a {
    color: #679430;
    text-decoration: none;
}

a:hover {
    color: #A0CE67;
}

td { 
    font-family: Arial; 
    font-size: 12px; 
    color: #333333;
}

h1 { 
    font-size: 18px;
    font-weight: bold;
    color: #A0CE67; 
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
}

h2 { 
    font-size: 15px;
    font-weight: bold;
    color: #000000; 
}

h3 { 
    font-size: 13px;
    font-weight: bold;
    color: #000000; 
}

a.menu {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a.menu:hover {
    color: #C7E99C;
}

a.leftmenu {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a.leftmenu:hover {
    color: #C7E99C;
}

