@charset "utf-8";
/* CSS Document */

h1 {
  color: blue;
  font-family: Garamond;
  font-size: 300%;
	font-style: italic;
}
p  {
  color: black;
  font-family: courier;
  font-size: 100%;
}
