/* style.css contributes font and tag style, but not positioning*/
body {
	font: 10pt sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background: #f8c08d fixed;
	color: #333333;
	text-align: left;
	padding: 0;
	margin: 0;
	height: 160%;
}

body.images {
	text-align: center;
	background: white;
}

body.thumbs {
	width: 99%;
	text-align: center;
	background: white;
}

BIG { font-size: 200%; font-weight: bold; }
.caption { font-size: 150%; font-weight: bold; }

h1.center { text-align: center; }
td.left { text-align: left; }
td.right { text-align: right; }
td.center { text-align: center;}

a, a:link { color: #333333; background: transparent; text-decoration: underline; }
a:visited { color: #333333; background: transparent }
a:active { color: #1B2A8F; background: transparent }
a:hover {
        color: #333333;
	text-decoration: none;
        background: url(/images/animarrow.gif) repeat-x 100% 100%;
}

pre, tt {
font-family: monospace, serif;
font-style: normal;
font-size: 8pt;
}

