/* Style rules for Activity 02 page */

/*    Completed by:  */
/*  Devin Hill */
/*  01/26/15 */

body {
	background-color: white; 
    color: black;
    margin: 1em;
    }       
 /* Now you add the rest */
 
 h1, h2{
		font-family: "Times New Roman", Times, Serif;    /* list of choices */
       }
       
.info h2+p{
       font-size: 120%; 
      }
.info p:first-line{
	   font-style: italic;
	   }
	 
.info h2+p:first-letter{
	font-size: 200%; font-weight: bold;
}
*.latin{
	font-family:"ITC Zapf Chancery", Lucida Calligraphy, Brush Script MT
}
ol li{
	list-style-type: upper-roman;
}
ol li ol li{
	list-style-type: upper-alpha;
}
ol li ol li ol li{
	list-style-type: decimal;
}
li:nth-child(1){
	font-weight: bold;
	color: purple;
}
ol li ol li{
	font-weight:normal;
	color:black	
}
p a:link{
	color: red;
}
li a{
	color: green;
}
a[title]:hover{
	background-color:yellow;
}
p a:hover{
	color: #ddd;
}
table th{
	background-color: black;
	color: white;
}
table tr:nth-child(even) td{
	background-color: #eee;
}
