body {
	background-color: #white;
	font-family: Verdana, sans-serif;
}
background color: white;
a:link {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: RoyalBlue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
	cursor: pointer;
}

.page {
	background-color: white;
	margin: 0 auto;
	display: block;
	width: 699px;
}

.menu {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.narrative {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
}

.rightfloat {
	float: right;
}

#flyer {
	background-color: white;
	width: 699px;
	border: 2px solid Black;
	padding: 0;
	margin: 0;
}

#flyerend
{
    background-color: white;
}
#column1 {
		background-color: White;
}
#column2 {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}