Body {
  font-family: "Comic Sans MS", cursive;
	margin: 0px 0px 0px 0px;
	background-color: #aee5fe;
	font-size: 12pt;
	color: #1d6d92;
	font-weight: normal;
 }

 p {
  font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	color: #1d6d92;
	font-weight: normal;
 }

 H1 {
  font-family: "Comic Sans MS", cursive;
	font-size: 16pt;
	color: #1d6d92;
	font-weight: bold;
 }
 H2 {
  font-family: "Comic Sans MS", cursive;
	font-size: 14pt;
	color: #1d6d92;
	font-weight: bold;
 }
a {
   text-decoration: none;
   color:#1d6d92;
	 font-size: 14pt;
	 font-family: "Comic Sans MS"; 
	 font-weight: normal;
 }
 a:hover {
  color:#FFFFFF; 
 }
 img {
	padding: 10px; 
}

li {
	 font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	color: #1d6d92;
	font-weight: normal;
	padding-left: 10px;
}

  p.copy {
  font-family: "Comic Sans MS", cursive;
	font-size: 7pt;
	color: #1d6d92;
	font-weight: normal;
	text-align: center;
 }
 p.copy a {
  font-family: "Comic Sans MS", cursive;
	font-size: 7pt;
	color: #1d6d92;
	font-weight: normal;
	text-decoration:none;
 }
td.paper { 
    border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	background-image:url(paper.png);
	padding: 5px 20px 5px 80px;
   }
