body 
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin: 0;
	color: black;
	background: #fff url(notebook.gif);
	background-repeat: repeat;
	font-size: 12pt;
	font-family: Comic Sans MS;
	font-weight: normal;
	text-decoration: none;
}

HR {
	color: blue;
}

IMG {
	border-color: white;
}

A {
	color: blue;
	text-decoration: none; }

A:visited {
	color: blue;
	text-decoration: none; }

A:hover {
	color: purple;
	text-decoration: underline overline }
	
A:active {
	color: purple;
	text-decoration: underline;
}

.header {
   	font-family: "Comic Sans MS, Times";
   	font-size: 12pt;
   	color: blue;
   }

   .text {
   	font-family: "Comic Sans MS, Times";
   	font size: 10pt;
   	color: black;
   }

   .footer {
   	font-family: "Comic Sans MS, Times";
   	font-size: 13px;
   	color: black;
   	}
