/*CSS file for Category D pesticide applicator training quizzes*/
/*filename 'pesticide_quiz_styles_C.css'*/
body
{
color: Black;
background-color: white;
font-family: Helvetica;
font_weight: normal;
font-size: large;
}
h1
{color: Indigo;
background-color: white;
font-family: Georgia;
font-weight: bold;
font-size: extra large;
}
h2
{
color: Indigo;
font-family: Helvetica
font-weight: bold
font-size: large
}
h3
{
color: Indigo;
font-family: Helvetica
font-weight: bold
font-size: large
}
hr
{
margin-top: 3px;
margin-bottom: 5px;
height: 12px;
width: 100%;
color: Indigo;
background-color: DimGray;
}
