@charset "utf-8";
/* CSS Document */

<style type="text/css">
body,td,th {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
}
body {
	background-image: url(Images/ocean.jpg);
	background-attachment:fixed;
	font-family:"Comic Sans MS", cursive;	
}
a {
	color: #0F0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: underline;
	color: #0F0;
}
a:active {
	text-decoration: none;
	color: #0F0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	alignment-adjust:central;
	alignment-baseline:central;
	
}
h1 {
	font-size: 36px;
	color: #006;
	text-align:center
}
h2 {
	font-size: 24px;
	color: #009;
	text-align:center
}
h3 {
	font-size: 18px;
	color: #00C;
	text-align:center
}

</style>