* { text-align: left; text-indent: 0; }

h1,h2,h3,h4,h5,h6 { text-align: center; clear: both;}

body {
	font-family: serif;
	background-image: url(graphics/rsback.png);
	text-align: center;
}

div.sanded {
	background-image: url(graphics/vgradient.jpg);
	background-repeat: repeat-x;
	background-color: white;
	border: 1px solid black;
	color: black;
	padding: 8px 3px 4px 3px;
	margin: auto;
	text-align: center;
	width: 50%;
}

div.sanded-wide {
	background-image: url(graphics/vgradient.jpg);
	background-repeat: repeat-x;
	background-color: white;
	border: 1px solid black;
	color: black;
	padding: 8px 3px 4px 3px;
	text-align: center;
	margin-left: 250px;
	margin-bottom: 3px;
}

div.paged {
	margin: 0 auto;
	text-align:center;
	background-image: url(graphics/jerome.jpg);
	background-repeat: no-repeat;
	width: 450px;
	height: 600px;
	border: 1px solid #8b8c81;
}

div.pageflex {
	margin: 0 auto;
	text-align:center;
	background-image: url(graphics/jerome.jpg);
	background-repeat: no-repeat;
	width: 225px;
	height: 600px;
	border: 1px solid #8b8c81;
}

div.credits {
	color: #cbac81;
	background-color: inherit;
	margin:auto;
	text-align:center;
	font-size: 8pt!important;
	padding-top: .5em;
	clear: both;
}

span.pcredit {
	position: relative;
	font-size: 8pt!important;
	font-family: sans-serif!important;
	left: 3px;
	top: 580px;
	background-color: #ab8c61;
	color: black;
	float: left;
	padding: 0px 5px 0px 5px;
	border: 1px solid #8b8c81;
}

.articletitle {
	color: #856f4c;
	background-color: inherit;
	font-weight: bold;
	font-family: sans-serif;
}
.blacktitle {
	color: black;
	background-color: none;
	font-family: sans-serif;
	font-size: 140%;
}
p { text-align: left; }

a {
	font-weight: bold;
	color: #856f4c;
	text-decoration: none;
}

a.home {
	text-decoration: none;
	color: #cbac81;
}

code {
	background-color: lightgrey;
	color: black;
	padding: 1px;
	border: 1px solid gray;
	font-size: 80%;
}

img { border: none!important; }
img.border { border: 1px solid black!important; margin: 5px;}

.sc { font-variant: small-caps; }

.justified { text-align: justify; margin: .5em; }

