body {
	background: White;
	background-image: url("../images/paper12l.jpg");
	font-family:  Arial, Helvetica, sans-serif;
	color: Black;
	}
	
a:link {
   color: Blue;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: Teal;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: Red;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: Red;
	background-color: transparent;
	text-decoration: none;
}


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

img {
	border: 1px solid #C0C0C0;

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