body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: #000000;
	background-image: url(images/texture.jpg);
	background-repeat: repeat;
	color: #333333;
}

a:link {
	color: #008080;
	text-decoration: none;
	
}

a:visited {
	color: #008080;
	text-decoration: none;
	
}

a:hover {
	color: #C0C0C0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #C0C0C0;
} 


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	font-weight: bold;
	color: #008080;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #008080;
}




.quote {
	font-size: 0.8em;
	font-weight: normal;
	background-color: #999999;
	height: auto;
	width: 250px;
	color: #000000;
	padding: 10px;
	line-height: 1.2em;
	position: absolute;
	bottom: 50px;
	margin-top: 100px;
	margin-bottom: 10px;
	margin-left: 640px;
}
