body {
	background-image: url(bg.gif);
	background-color: #262F44;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	font-family: "Comic Sans MS";
	font-size: 17px;
	color: #FFFFFF;
}
.header {
	background-image: url(images/header.gif);
	width: 390px;
	height: 156px;
}
.content {
	width: 85%;
	margin-top: 30px;
	text-align: left;
}
h1 {
	font-size: 14px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #FFFF00;
}
.desc {
	font-size: 14px;
}
a {
	color: #00CCFF;
}
a:hover {
	background-color: #004566;
	color: #FFFFFF;
	text-decoration: underline overline;
}
hr {
	color: #515969;
	border: #515969;
}
.style1 {
	font-size: 45px;
	font-weight: bold;
	color: #FF3366;
}
