 body {
  background-color: #FFFFFF;
  font-family: "trebuchet ms", arial, gadget, sans-serif;
  font-size: small;
 }
 p {
  margin: .1em 0 .1em 0;
 }
 
 h2, h3, h4 {
 font-family: georgia,times,serif;
 }
  h2 {
 font-family: georgia,times,serif;
 font-size: large;
 margin: 0 0 .2em 0;
 	color: #660000;
 }
  h3 {
 font-family: georgia,times,serif;
 font-size: medium;
 color: #330000;
 }
  h4 {
 font-family: georgia,times,serif;
 font-size: small;
 color: #330000;
 }
 ul{
	list-style-position: outside;
	list-style-type: square;
}
