.Question {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 10px;
    width: 90%;
    color: navy;
    padding-top: 10px;
    background-color: lightgoldenrodyellow;
}

div.HideTimeLabel
{
	visibility: hidden; DISPLAY: none;
}
div.ShowTimeLabel
{
	display: block; visibility: visible;
}
div.ShowTime
{
	visibility: visible;
	display: block; 
	color: red;
}

.TitleBox {
    border-right: cornflowerblue 1px solid;
    border-top: cornflowerblue 1px solid;
    border-left: cornflowerblue 1px solid;
    border-bottom: cornflowerblue 1px solid;
    border-collapse: collapse;
    background-color: ghostwhite;
    font-size: 12px;
    color: navy;
}
.TitleBoxHeader {
    font-weight: bold;
    font-size: 12px;
    color: navy;
    border-bottom: cornflowerblue 1px solid;
    background-color: lavender;
}


.Feedback
{
	border-right: cornflowerblue 1px solid;
	border-top: cornflowerblue 1px solid;
	border-left: cornflowerblue 1px solid;
	width: 75%;
	border-bottom: cornflowerblue 1px solid;
	background-color: ghostwhite;
}
.FeedBackLabel {
    font-weight: bold;
    font-size: 12px;
    color: navy;
    border-bottom: cornflowerblue 1px solid;
    background-color: lavender;
}

.FeedBackLabel2 {
    font-weight: bold;
    font-size: 12px;
    color: navy;
    border-bottom: cornflowerblue 1px solid;
    border-top: cornflowerblue 1px solid;
    background-color: lavender;
}

A.FeedBackLink {
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
}

    A.FeedBackLink:visited {
        font-weight: normal;
        font-size: 12px;
        text-decoration: underline;
    }

    A.FeedBackLink:hover {
        font-weight: normal;
        font-size: 12px;
        color: red;
        text-decoration: underline;
    }

.EssayBox { WIDTH: 512px }
