body {
	background-image: url('images/wall-1.gif');
	background-attachment: fixed;
	margin-left: 10%;
	margin-right: 10%
}

p.line {
	text-align: center;
}

h1 {
	text-align: center;
	font-family:sans-serif;
}

h2 {
	font-family:sans-serif;
	color: navy;
}

h3 {
	font-family:sans-serif;
	color: red;
}

ul, dl {
	margin-left: 5%;
	line-height: 140%;
}

dt.title {
	font-family:sans-serif;
	font-weight: bold;
	font-size: larger;
}

table {
	border-style: none;
}

td.toc {
	width: 25%;
	background-color: #FFCC99;
	text-align: center;
}

.over {
	font-family:sans-serif;
	color: #FF0000;
	font-size: 10pt;
}

img {
	border-style: none;
}