/* default styling for body */

  body {
	font-family:Helvetica,Arial,sans-serif;
	font-size:0.8em;
	color:#000;
	margin:0;
	padding:0;
	border: 0px solid #000;
	background-color: #fff;
    }

/* define paragraph style */

  p {
	font-size:1.1em;
    }

/* define header style */

  h1 {
	font-size:2em;
	text-align: center;
    }

  h2 {
	font-size:1.6em;
	margin: 0 0 0 0;
    }

  h3 {
	font-size:1.4em;
	margin: 0 0 0 0;
    }

  h4 {
	font-size:1.2em;
	text-align: center;
    }

  blockquote {
	font-style: normal;
	font-size: 1em;
    }

  ul {
	margin:0;
	padding:0;
    }

