body {
	background: White;
	background-image: url(paper12l.jpg);
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: auto;
	margin-bottom: auto;
	}

a:link {
   color: Black;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: Black;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: Red;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: Red;
	background-color: transparent;
	text-decoration: underline;
}

h1 {
	font-family: "Lucida Calligraphy", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 72px;
	font-weight: normal;
	color: #6412ED;
}

h2, h3, h4, h5, h6 {
	font-family: "Lucida Calligraphy", Palatino, Georgia, "Times New Roman", Times, serif;
	color: #6412ED;
}


table {
	border: 1px double #AAAAAA;
}

img {
	border: 1px solid #AAAAAA;
}

.footer {
	font-size: smaller;
	text-align: center;
}
