body {
	background-image:url("notebook.gif");
	width:750px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-style: normal;
	margin-right: 60px;
	margin-left: 60px;
	text-align: left;
	}

h1 {	
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-style: bold;
	color:#FF0000;
	text-shadow:rgb(0,0,0) 3px 2px 4px;
	text-align: center;
	
}

h2 {
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-style: bold;
	text-align: center;
}

h3 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-style: bold;
	
}


a {
	text-decoration:none;
				color:#000000;
	font-size:18px;
}
a:hover {
	text-decoration:underline;
				color:#FA58AC;
}	 
	
				

.footer {
	width:750px;
	height:50px;
	background-color:#EEE;

}
.footer-text {
	padding-top:10px;
	text-align:center;
	font-size:15px;
	color:#FF0000;
}
.link {
	padding-top:30px;
}