@charset "utf-8";
body {
	background-color: #000099;
	margin: 0px;
}
.styleone {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #CCCCCC;
}
.styletwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
}

.stylethree {
	font-family: Garamond;
	font-size: 48px;
	font-weight: bold;
	color: #000066;
}
.stylefour {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.stylerfive {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #6273A1;
}



a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
