body {
	width: 760px;
	border: none;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	background-image: url(background.JPG);
	font-size: 0.7em;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	color: Navy;
	font-style: normal;
}
a:link {
	background-color: transparent;
	color: #0078F0;
}
a:visited {
	background-color: transparent;
	color: #0078F0;
}
a:hover {
text-decoration: none;
}
a:active {
background-color: transparent;
color: rgb(191,0,56);
}
h1 {
	color: Navy;
	font-size: 2.2em;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
}	
h2 {
	color: Navy;
	font-size: 1.6em;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
}


