﻿body 
{
    margin: 0px;
    color: black;
    font-family: Corbel, Sans-Serif;
/*    background-color: #f8f8f8;*/
}

#container 
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#content
{
    width: 675px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3%;
    text-align: justify;
}

#title
{
    font-family: Corbel, Sans-Serif;
    font-size: large; 
/*    font-style: italic; */
    font-weight: bold;
    text-align: center;
/*    color: #0099cc;   */
/*     color: #006699;  */
    padding-left: 20px;
    margin-bottom: 25px;
}

#prompt
{
    font-size: large;
    color: #ff3300;
    font-weight: bold;
}

#entryForm
{
    /* margin: 10px 0px 25px 112px; */
}
#message
{
    width: 100%;
    text-align: center;
}
#SubmitBtn
{
    margin-top: 30px;
    text-align: center;
}

.centeredDiv
{   
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 27em;
}
.emphasis
{
/*    font-style: italic; */
    font-weight: bold;
}

.optional
{
    font-size: small;
}
.smaller
{
    font-size: smaller;
}
.highlight
{
    /*background-color: #f8eb08; 
    background-color: #faee27;
    background-color: #fcf242 */
    background-color: #fefbd2;
    color: #000080;
}
.noHighlight
{
    background-color: White;
    Color: Black; 
}
