body {
	background-color: #00006a;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.floatRight {
	float: right;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #9BBEFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #0060FF;
	border-right-color: #0060FF;
	border-bottom-color: #0060FF;
	border-left-color: #0060FF;
	color: #FFFFFF;
}
a:link {
	color: #FF6C6C;
}
a:visited {
	color: #8C8CFF;
}
a:active {
	color: #FFFF00;
}
.accent {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.floatLeft {
	float: left;
}
