    /*
      Tutorial 3, Case Problem 3
      Your Name: Sterne Maher
      Today's Date: 09/18/2013
    */

body {
	font-size: 1.1em;
	font-family: Arial, Helevtica, sans-serif;	/* Arial or Helvetica */
	background-color: #c19b76;
}
h1{
	font-style: italic;
	font-weight: normal;	/* h1 does not appear in bold */
	font-size: 150%;
	font-family: Cooper Black, serif;
}
h2, h3{
	color: white;
	background-color: teal;
}
h4{
	font-variant: small-caps;
}
em{
	color: green;
	font-style: normal; /* not in italics */	
	font-weight: 900; /* boldest */
}
a{
	font-size: 1.5em;
	font-style: bold;
	color: teal;
	text-decoration: none;
}