/* Style rules for Class 07 Lab Exercise */

   body {background-color: white; 
        color: black
        font-family: Verdana, Arial, Helvetica, sans-serif;}
        
   hr {width: 50%}
   
   h1, h2 {font-family: "Times New Roman", serif;}
   
   *.latin {font-family: "Script MT Bold", cursive;} 
   
   h2+p {font-size: 120%;}
   h2+p:first-line {font-style: italic;}
   h2+p:first-letter {font-size: 200%;
   					  font-weight: bold;}
   					  
   h2+ol {list-style-type: upper-roman;}
   h2+ol * ol {list-style-type: upper-alpha;}
   h2+ol * ol * ol {list-style-type: decimal;}
   
   a:hover {background-color: yellow;}
   
   li a {color: green;}
   
   p a {color: red;}
   
   
