body {
	background-color: #33CCFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
.cross {
	background-image: url(img/cross.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
