/* CSS Document */
body {
	font-family: "Comic Sans MS", "Trebuchet MS", Tahoma, Verdana;
	font-size: 1.0em;
	background-color:#0000a0;
	color:#ff6820;
	text-align:center;
}

a:hover {
	color:#FF9933;
}

a {
	color:#ffd700;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
	color:#ffd700;
}
