/* conflics with MasterPage all.css
body
{
    margin: 0;
    
    font-size: 62.5%; /* creates approximate 1.0em = 10px equivalency *
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
*/

h3
{
    margin-bottom: 0;
}
        
.InstructionsText
{
    padding-bottom: 1em; 
    padding-top: 5px; 
    font-size: 1.25em;
}   
