/* CSS document
  hw1_style.css by Damien Harrigan, Fall 06 */

body {
  background-color: #CCFFFF;
  font-family: Georgia, "Times New Roman", serif;
  color: #000066; 
  background-color: #ffffdd;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2em;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  color: #000066;
  border-bottom: 1px solid #af0b1c;
  text-align: center; 
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin-left: -1.5em;
}

p { 
  font-family: Georgia, "Times New Roman", serif; 
  text-indent: 2em;
  color: #000066
}

dl {
  margin-left: 2em; 
  font-family: "Times New Roman", serif; 
}

dt {
    font-style: italic;
	font-weight: bold;
}

a {
  color: #003366;
}