body {
	background-image: url(back.png);
  background-repeat: repeat;
  background-attachment: fixed;
  margin: 50px 0px;
  padding: 0px;
	text-align: center;
  }
  
#content {
	width: 70%;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
  background-color: white;
  border: 1px black dashed;
  font-family: 'verdana', 'trebuchet ms', serif;
  font-size: 8pt;
  text-align: justify;
}

h1 {
	color: indianred;
  font-family: 'trebuchet ms', 'verdana', sans-serif;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
}

h2 {
	color: #FC9494;
  font-size: 2em;
  font-family: 'trebuchet ms', 'verdana', sans-serif;
}

h3 {
	font-size: 1.3em;
  font-style: italic;
}

h4 {
	font-size: 1.2em;
  color: dimgray;
}
a, a:visited {
	color: #0099CC;
  text-decoration: none;
}

a:hover, a:visited:hover {
	color: #006699;
}
td {
 font-size: 8pt;
}

.copyright {
	text-align: center;
  font-family: 'times new roman', 'georgia', serif;
  font-size: 9pt;
  color: dimgray;
} 