body {
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	color: white;
	background-color: black;
	margin: 0px;
}
A:link {
	text-decoration: none;
	color: #CCCCCC;
}
A:visited {
	text-decoration: none;
	color: #CCCCCC;
}
A:hover {
	text-decoration: none;
	color: #FFFFFF;
}
ul {
	list-style-type: none;
	padding-left: 0;
}
li:before {
	content: "> ";
	color: #808080;
}
.header {
	background-color:#326284;
	clear:both;
	padding: 5px;
}
.footer {
	color: #444444;
	font-size: 8pt;
	text-align: right;
	clear:both;
}
.page {
	padding:20px;
}
.delicious {
}
#menu {
	float:left;
	width:20%;
	padding:5px;
}
#main {
float:right;
width:75%;
}

#image {
	text-align:center;
}

#section {
	font-size: 18pt;
	border-bottom: 1px dashed;
}

#title1 {
	font-size: 16pt;
}
#listitem {
	font-weight: bold;
}
#right {
	text-align: right;
}
#ital {
	font-style: italic;
}
#note {
	font-size:	10pt;
	font-style:	italic;
	color:		#808080;
	margin-left:	2%;
}
