body,td,th {
	color: #000;
}

body {
	background: #000000 url(images/snh2_bg.jpg) no-repeat fixed;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	letter-spacing:0.25em;
}

a:link, a:visited {
	color: #990000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline overline;
}

a:active {
	text-decoration:underline overline;
	color:#CC0000;
}

h1 {
	text-align:center;
	font-size:2em;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing:0.4em;
	margin-top:0;
	margin-bottom:0.5em;
}

h1 strong {
	color:#990000;
	font-size:1.3em;
}

h2 {
	text-align:center;
	font-size:1.3em;
	font-weight: 500;
	font-style:italic;
	letter-spacing:0.2em;
	margin-top:0;
	margin-bottom:0.5em;
}

div#container {
	width:780px;
	height:100%;
	margin:auto;
	padding:0;
    min-height: 10em;	
	display: table;
	margin-top:3em;	
}

div#onpaper {
	background: url(images/snh2_paper.jpg) repeat scroll;
	position:relative;
	display: table-cell;
    vertical-align: middle;
	padding:1em;
	filter:alpha(opacity=95);
	opacity: 0.95;	
	border:dotted 1px #999900;
}

