@charset "utf-8";
/* CSS Document */

a {
	font-family: Lucida Sans Unicode;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	background-color: #006666;
	font-family: "Lucida Sans Unicode";
	color: #FFFFFF;
}
h1 {
	font-family: "Lucida Sans Unicode";
	color: #FFFFFF;
}
h5 {
	font-family: "Lucida Sans Unicode";
	color: #FFFFFF;
}
h6 {
	font-family: "Lucida Sans Unicode";
	color: #FFFFFF;
}
h2 {
	font-family: "Lucida Sans Unicode";
	color: #FFFFFF;
}

