BODY {
	font-family: "Trebuchet", sans-serif;
	color: #DADFEC;
}
a:link { color: #FF9933; }
a:hover { color: #DADFEC; }
.main {
	background-color: #1E2363;
	color: #DADFEC;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-color: #000000;
	padding: 0px;
	max-width: 640px;
	width: 640px;
	vertical-align: top;
}
ul {
	list-style-type: disc;
	/* list-style-image: url(/bullet.gif); */
	list-style-position: inside;
}
.menu {
	background-color: #526290;
	color: #000000;
	border-style: solid;
	border-width: 4px;
	padding: 8px;
	text-align: left;
}
.menu a:link {
	text-decoration: underline;
	color: #DADFEC;
}
.menu a:visited {
	text-decoration: underline;
	color: #DADFEC;
}
.menu a:active {
	text-decoration: underline;
	color: #DADFEC;
}
.menu a:hover {
	text-decoration: underline;
	color: #FF9933;
}
.content {
	background-color: #DADFEC;
	color: #000000;
	border-style: solid;
	border-width: 4px;
	padding: 8px;
	text-align: justify;
	width: 490px;
	max-width: 490px;
}
.content a:link {
	text-decoration: underline;
	color: #526290;
}
.content a:visited {
	text-decoration: underline;
	color: #526290;
}
.content a:active {
	text-decoration: underline;
	color: #526290;
}
.content a:hover {
	text-decoration: underline;
	color: #000000;
}
