body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCFF;
	background-color: #000066;
}
.location {
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
}
.bigtitle {
	font-size: larger;
	font-weight: bold;
}
.title {
	font-weight: bold;
}
.border {
	border: thin ridge #CCCCFF;
	padding: 5px;
}
