body {	background-color: #FFFFFF;
	font-family: times; 
	font-size: 1em;
	}
a:link {	color: #0000FF;}     /* unvisited link */
a:visited {	color: #333333;}  /* visited link */
a:hover {	color: green;}   /* mouse over link */
a:active {color: #0000FF;}   /* selected link */ 
p {
	margin: 1em 5em 1em 3em;
	font-weight: 200;
	}
blockquote {
	font-family: "courier new", "sans-serif";
	margin: 1em 7em 1em 7em;
	font-weight: 100;
	}
h1 {
	background-color: #FFCCCC;
	color: #660000;
	font-family: arial, "sans serif";
	text-align: center;
	font-size: 1.6em;
	font-weight: 200;
	}
h3 {
	background-color: #FFCCCC;	
	color: #663300;
	font-family: arial, "sans serif";
	text-align: center;
	font-size: 1.4em;
	font-weight: 400;
	}
h4 {
	background-color: #FFCCCC;
	color: #660000;
	font-family: arial, "sans serif";
	font-size: 1.2em;
	font-weight: 300;
	}
