a { text-decoration:none }
a:hover { background-color:yellow }
a.author { color:black; text-decoration:none }
a.author:hover { background-color:yellow }
a.conf {color:black; text-decoration:none; font-size:100%; font-style:italic; }
a.conf:hover { background-color:yellow }

H4 {
                COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}

H4.v {
    COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif; font-size:-1;
}

H5 {
                COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
a.nav {
                COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
a.nav:hover {
                background-color:yellow;
}
.navheader {
                COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif; font-weight: bold; 
}
b.award {
    COLOR: red; FONT-FAMILY: verdana,arial,helvetica,sans-serif; font-weight: bold; 
}


/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
             background-color: #ccc;
         }

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}