body {
	background-color: #0033FF;
}
h1 {
	font-size: 24pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.emf {
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-style: normal;
	line-height: normal;
	color: #333333;
}
ul {
	list-style-image: url(../images/bull4.gif);
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #999933;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-style: oblique;
	text-transform: capitalize;
}
#navbar {
	width: 150px;
}
#navbar a:link {
	background-color: #993333;
	color: #FFFFFF;
	display: block;
	text-align: center;
}
#navbar a:visited {
	color: #FFFFFF;
	background-color: #993333;
	display: block;
	text-align: center;
}
#navbar a:hover {
	color: #FFFFFF;
	background-color: #996666;
	display: block;
	text-align: center;
	text-decoration: none;
}
#navbar p {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar a {
	margin: 10px;
	padding: 5px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #993333;
	border-right-color: #993333;
	border-bottom-color: #993333;
	border-left-color: #993333;
}
