.link {
    font-family: verdana, arial;
    font-size: 11pt;
    color: #07097D;
}

.nav_link {
    font-family: verdana, arial;
    font-size: 12pt;
    color: #FFF;
    display: block;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

.nav_link:hover {
    background-color: #6A6B81;
}

.common_text {
    font-family: verdana, arial;
    font-size: 10pt;
    color: #07097D;
}

H2 {
    font-family: verdana, arial;
    color: #07097D;
}

.menu {
    background-image: url("images/menu_bg.jpg");
    background-repeat: repeat-x;
}

.menu:hover {
    background-color: #6A6B81;
}

