
h1,h2,h3,h4,h6 {font-weight: bold;}

h1 {
    font-size: 22px;
    margin: 0 0 20px;
    color: #003366;
}
h2 {
    font-size: 22px;
    margin: 15px 0;
}
h3 {
    font-size: 28px;
    margin: 15px 0 10px;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 11px;
    margin: 10px 0 5px;
    font-weight: regular;
    line-height: 1em;
}
h6 {
    font-size: 12px;
    margin: 5px 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }

.button {
    float: right;
    width: auto;
    padding : 4px 10px;
    color:#ffffff;
    background-color:8D9E00;
    border: 0px;
    font-size:22pt;
    font-family:arial;
    text-shadow: none;
    cursor:default;
    margin:0;
    border-radius: 7px;
    text-decoration: none;
}
.button:hover {
    background-color:b0bf32;
}

.tryAgain {
    float: none;
    margin: 20px 0;
}

/* clearfix */
.quizArea, .quizResults {
    zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 24px;
    font-family: arial;
    font-style: italic;
}
.questionCount span {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

ol.questions {
    font-size: 26px;
    margin-top: 20px;
    margin-left: 0px;
    line-height:1.4;
}
ol.questions li {
    font-size: 26px;
    margin-left: 0;
    line-height:1.4;
}

ul.answers {
    margin-left: 0px;
    margin-bottom: 20px;
    line-height:1.4;
}

ul.responses li {
    margin: 0px 0px 0px;
    line-height:1.4;
}

ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 28px;
    line-height:1.4;
}
.complete ul.answers li.correct, ul.responses li.correct p span {
    color: #008324;
border:0px;
border-style:solid;
border-radius:10px;
border-color:ffffff;
background-color:ffffff;
text-shadow: none;
padding:10px;
}
ul.responses li.incorrect p span {
    color: #B00000;
border:0px;
border-style:solid;
border-radius:10px;
border-color:ffffff;
background-color:ffffff;
text-shadow: none;
padding:10px;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: bold;
    font-size: 28pt;
    font-family: arial;
}
.quizResultsCopy {
    clear: both;
    margin-top: 20px;
}

input[type=radio] {
    border: 0px;
    width: 30px;
    height: 30px;
    position: relative;
    top: 5;
}
