body {
	background-image: url(../images/rough_back.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	/* background-color: White; */
}

body, div, p, span, li, 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;
}

hr {
	border: 0;
	color: rgb(0,0,0);
	background-color: rgb(0,0,0);
	height: 1px;
}

hr.thick {
	height: 2px;
}

.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;
}

#order-box {
	width: 225px;
	float: right;
	border: 1px solid rgb(0,0,0);
	padding: 3px;
	margin: 3px;
	font-size: 11px !important;
	background-color: rgb(255,255,255);
	text-align: center;
}
