#infobox a:link {
    color: #FF3300;
    font-weight: bold;
    text-decoration: underline;
}

#infobox a:visited {
    color: #FF3300;
    font-weight: bold;
    text-decoration: underline;
}
    
#infobox a:hover {
    color: #2e3192;
    font-weight: bold;
    text-decoration: none;
    background-color: #FFCC33;
}

#infobox a:focus {
    color: #2e3192;
    font-weight: bold;
    text-decoration: none;
    background-color: #FFCC33;
}

#infobox a:active {
    color: #FF3300;
    font-weight: bold;
    text-decoration: none;
    background-color: #FFCC33;
}

#infobox {
    position: static;
    top:200px;
    right:0px;
    z-index:1;
    width: 10em;
    float: right;
    margin: 0px 20px 0px 0px;
    background-color: #dfe1f0;
    color: #2e3192;
    }

#infobox h4 {
    padding: 2px 5px 0px 5px;
    margin: 3px 5px 3px 5px;
    font-size: 0.75em;
}
    
#infobox p {
    padding: 2px 5px 10px 5px;
    font-size: 0.75em;
    border-bottom: 2px solid #2e3192;
    margin: 3px 5px 3px 5px;
}
