li {
list-style-position: outside;
	
}
u {
	text-decoration: none;
	color: #8E0000;
	font-size: large;
	font-weight: bold;
}
body {
	background: #005E71;
	font-family: sans-serif;
	
}
#color1 {
	background-color: #8E0000;
}
#color2 {
	background-color: #FFFDE5;
}
#color2font {
	color: #fffde5;
}

.garamond {
	font-family: serif;
	font-variant: small-caps;
	font-size: xx-large;
	letter-spacing: 5pt;
	color: #fffde5;
}

.futura {
	font-family: sans-serif;
	font-variant: small-caps;
	font-size: x-large;
	letter-spacing: 5pt;
	color: #fffde5;
}




a:link, a:visited, a:active {
	text-decoration: none;
	color: #00748A;
}





#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}



