body {
	background-attachment: fixed;
	background-color: #660000;
	background-image: url(images/text-frame.jpg);
	background-position: 0px 0px;
	padding: 5px 10px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 1.5em;
}
ul {
	margin-top: 0px;
	margin-bottom: 1em;
	list-style-image:  url("images/arrow.gif");
}
ul li {
	margin-bottom: .33em;
}
h1 {
	font-size: 150%;
	font-style: oblique;
	margin-top: 0px;
	margin-bottom: 1em;
	color: #FED277;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FED277;
}
hr {
	margin-top: 0px;
	margin-bottom: 0px;
}
.notation {
	font-size: 90%;
	margin-right: 10px;
	margin-left: 10px;
}
a:link, a:visited {
	font-weight: bold;
	color: #BDA4C9;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
.container {
	width: 99%;
	margin: 0px;
	padding: 0px;
}
