body, div, span, h1, h2, h3, h4, h5, h6, p, pre, a, code, del, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, thead, tr, th, td, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body, html {
	color: #999999;
	height: 100%;
	line-height: 1.3; 
}

#page {
	min-height: 100%;
	height: auto !important;
	width: 700px;
	height: 100%;
	margin: 0 auto 0px;
	overflow-x: hidden; 
}

#header { padding-top: 10px; }

#main { margin: 10px 0 30px; }
#viewer { 
height: 300px;
border: 1px solid black;
 }

p {
	color: #8c8c8c;
	font: 25px Calibri, sans-serif;
	padding: 3px 0 15px; 
}

#subscript {
	color: #8c8c8c;
	padding: 0px 0 0px;
	position: relative;
	top:-15px;
	left:60px;
}



h1 {
	font: normal 20px Calibri, sans-serif;
	
}

h2 {
font: normal 30px Calibri, sans-serif;
color: #a16c6c;
border-bottom: 1px solid black;
font-color: red;
}

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

a:hover, a:active {
	color: #33394C;
	text-decoration: none;
	outline: none; }
	