#nav {
	border: medium outset #FFFFCC;
	margin-left: 18px;
	margin-right: 12px;
}
p {
	margin-left: 12px;
}
ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
a:link {
	color: #FFFFCC;
	font-weight: 500;
}
a:visited {
	font-weight: 400;
	color: #FFFFCC;
}
a:hover {
	font-weight: 500;
	color: #FFFFCC;
	text-decoration: none;
}
a:active {
	font-weight: 500;
	color: #FFFFCC;
	text-decoration: none;
}
h2 {
	font-size: 20px;
	color: #FFCC99;
}
li {
	margin-left: 6px;
}
.em {
	font-weight: 700;
	color: #FFFFCC;
}
