#copyright {
    border: 3px double #808080;
    background: white url('../images/layout/ucaw-logo.gif') no-repeat;
    background-position: 10px -5px;
    font-weight: bold;
    padding: 5px;

    height: 50px;
    padding-left: 100px;
}

.info {
    border: 1px solid #C0C0C0;
    background: white;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.submitted {
    font-weight: bold;
    color: blue;
}
.question-number {
    color: #5c8fff;
    margin: 0;
    margin-bottom: 5px;
    text-decoration: underline;
}
.question {
    font-weight: bold;
}
.options {
    margin-bottom: 10px;
}

#hint {
    font-weight: bold;
    margin: 5px;
    margin-left: -10px;
}

#hint #correct {
    padding: 35px 5px 5px 15px;
    color: #009900;
    border: 3px solid #00CC00;
    background: #caffc0 url('../images/exam/correct-bg.gif') no-repeat;
    background-position: 0 5px;
}
#hint #notquite {
    padding: 35px 5px 5px 15px;
    color: #555;
    border: 3px solid #808080;
    background: #eee url('../images/exam/notquite-bg.gif') no-repeat;
    background-position: 0 5px;
}
#hint #incorrect {
    padding: 35px 5px 5px 15px;
    color: #c50000;
    border: 3px solid red;
    background: #ffd2be url('../images/exam/wrong-bg.gif') no-repeat;
    background-position: 0 5px;
}

.options a { text-decoration: none; }
.options a:hover { text-decoration: underline; }

.correct a {
    color: #009900;
    font-weight: bold;
    text-decoration: underline;
}
.notquite a {
    color: #3366FF;
    font-weight: bold;
}
.incorrect a {
    color: red;
    font-weight: bold;
}
.fade a {
    color: #909090;
}
.normal a {
    color: black;
}

