* {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
}
body {
	color: #990000;
	background-color: #ffffcc;
}
a {
	color: #990000;
}
#menu a:hover {
	color: black;
}
#logo {
	text-transform: uppercase;
	font-size: 125%;
}
#slang {
	font-size: 125%;
}
#header a {
	text-decoration: none;
}
.border {
	border-bottom-color: #990000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-color: #990000;
	border-top-style: dashed;
	border-top-width: 1px;
}

#content h2 {
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
	color: black;
}
#content p + h2 {
	margin-top: 15px;
}
#content p .emphasis {
	color: #990000;
	word-spacing: 2px;
	letter-spacing: 1px;
}
#content p .red {
	color: #990000;
}
#footer {
	border-bottom-color: #990000;
	border-top-color: #990000;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
