
/*hr {color: sienna}*/

/*body {background-image: url("gifs/redball.gif")}*/

body {background-color: white}
h1 {background-color: #00ff00}
h2 {background-color: transparent}

p.fillin 
{
background-color: rgb(0,255,0);
margin-left: 20px
}

p.ident1
{
background-color: rgb(0,255,0);
margin-left: 20px
}

p.normal {font-weight: normal}
p.thick {font-weight: bold}
p.thicker {font-weight: 900}

h2 {font-family: Arial, Helvetica, sans-serif}
h3 {font-family: Arial, Helvetica, sans-serif}

/*Unordered List*/
ul.disc 
{
list-style-type: disc
}

ul.circle 
{
list-style-type: circle
}

ul.square 
{
list-style-type: square
}

ul.none 
{
list-style-type: none
}

/*Ordered List*/
ol.decimal 
{
list-style-type: decimal
}

ol.lroman 
{
list-style-type: lower-roman
}

ol.uroman 
{
list-style-type: upper-roman
}

ol.lalpha 
{
list-style-type: lower-alpha
}

ol.ualpha 
{
list-style-type: upper-alpha
}

