body { 
  color: black; background: rgb(0%, 0%, 0%; 
  margin-left: 10%; margin-right: 10%;
  margin-top: 10%;margin-bottom: 10%;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 0.9em;
   }

em { font-style: italic; font-weight: bold; }
strong { text-transform: uppercase;  font-weight: bold; color:rgb(100%,0%,0%)}
li.square { list-style: square inside }

h1 { 
font-family: Garamond, "Times New Roman", serif; 
font-size: 2.5em;
font-weight: bold;
color: rgb(0%,0%,0%);
padding: 1em 1em 0em 0em;
}

h2 {
font-family: Garamond, "Times New Roman", serif; 
font-size: 1.7em;
font-weight: bold;
color: rgb(0%, 0%, 0%);
padding: 0em 0em 0em 0em;
}

p,ul {font-family: Verdana, sans-serif;  padding: 0em 0em 0em 0em; font-size: 0.8em; }

p.ital {font-family: Verdana, sans-serif; font-style: italic; }

 a:link{color: Navy ; font-size: 1em}
 a:active{color: Green ;}
 a:visited{color: #8000ff ;}
 a:hover{color: #ff8000 ;}
 a.plain { text-decoration: none; }
 
p.passed {font-family: Verdana, sans-serif; font-style: italic; color: rgb(29%, 89%, 5%);
padding: 0em 0em 0em 0em; font-weight: bolder; font-size: 0.9em;}

p.notpassed {font-family: Verdana, sans-serif; font-style: italic; color: rgb(100%,0%,0%);
padding: 0em 0em 0em 0em; font-weight:normal; font-size: 0.9em;}

p.neither {font-family: Verdana, sans-serif; font-style: italic; color: rgb(102, 153, 255);
padding: 0em 0em 0em 0em; font-weight:normal; font-size: 0.9em;}


p.small {font-family: Verdana, sans-serif; font-style: italic; 
padding: 0em 0em 0em 0em; font-weight:normal; font-size: 0.8em;}

ol {font-family:Arial Narrow, sans-serif; font-style:normal;line-height: 200%; font-size: 1em;}

 
 
 
 