body {
	background-color: #B7DBDB;
	font-size: 110%;
	color: #333;
}

table {
	width: 70%;
	position: relative;
	left: 15%;
	right: 15%;
	color: #333;
}

td {
	padding: 0px;
}

img.picture {
	width: 200px;
}

.style9 {	color: #555;}

a {
	text-decoration: none;
	color: #00e;
}

a:hover {
	color: #63abff;
}


a.menu:visited:hover {
	color: #000;
}

a.menu {
	font-family: cursive;
	text-decoration: none;
	color: #0000ee;
	font-weight: bold;
	font-size: 110%;
	background-color: transparent;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

a.menu:hover {
	color: #62abff;
	background-color: transparent;
}

a.menu1 {
	display: none;
	font-family: cursive;
	text-decoration: none;
	color: #0000ee;
	font-weight: bold;
	font-size: 110%;
	background-color: transparent;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

a.menu1:hover {
	color: #62abff;
	background-color: transparent;
}

a.menu:visited {
	color: #777;
}

tr.menu {
	height: 30px;
	background-image: url(menu.png);
	background-repeat: repeat-x;
	background-position: top;
}

h3 {
	color: #003399;
	font-size: 210%;
	font-weight: bold;
}

img.finish_large {
	padding: 3px;
	border: 3px solid #63abff;
	max-width: 300px;
}

img.finish {
	padding: 3px;
	border: 3px solid #63abff;
	height: 200px;
	width: 200px;
}

h2 {
	color: #0000FB;
	font-size: 220%;
	font-weight: bold;
}

h2:before {
	content: ".: ";
}

h2:after {
	content: " :.";
}

h4 {
	color: #0000fb;
	font-size: 140%;
}
