body {
	background-image: url(../images/rough_back.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

body, div, p, span, li, dt, dd, td {
	color: Black;
	font-family: Georgia, Times New Roman;
	font-size: 12pt;
}

body.menu {
	margin: 0px;
}

a {
	color: #0000cc;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: red;
	text-decoration: underline;
}

dl, dt, dd, ul, ol, li {
	margin-bottom: 1.5ex;
}

.book-title {
	font-weight: bold;
	text-decoration: underline;
	font-size: 14pt;
}

.book-inline {
	text-decoration: underline;
}

.footer-dash, .footer-dash a {
	font-size: 9pt;
	text-align: right;
}


