<html><head>
<style type="text/css">
<!-- 
.mfy {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background-color: #3db3db;

}
a {
	text-decoration: none;
	color: #f911d0;
}

body {
	background-color: #3db3db;
	background-image: url(girl-lowrescopy.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 105% 30%;
}
a:link {
	text-decoration: none;
	color: #f911d0;
}
a:visited {
	text-decoration: none;
	color: #f911d0;
}
a:hover {
	text-decoration: underline;
	color: #f911d0;
}
a:active {
	text-decoration: none;
	color: #f911d0;
}


#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 750px;
	align: center;
	vertical-align: top;
	font-family: verdana, century gothic, sans-serif;
	font-size: 12px;
	padding: 5px;
	}


#menutabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#menutabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: century gothic, verdana, sans-serif ;
	font-size: 10px;

}
#menutabs li a {
	color: #000000 ;
	background-color: #3db3db ;
	border: 0px;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#menutabs li a:hover {
	color: #000000 ;
	background-color: #b4e1f1 ;
}


</style>