@charset 'UTF-8';

body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

 #navBar, #footer, #headerPix, #sideinfo, #links {
display: none;
width: 0px;
}

table, td, tr {
width: auto;
height: auto;
align: left;
}

img {
display: none;
}

#header img {
display: block;
align:left;
}


#questBox {
width:auto;
position:static;
top:0px; left:0px;
}

#main {
width:auto;
height:auto;
overflow: visible;
display:block;
position:static;
top: 0px; left:0px;
}
#main img {
display: none;
}

#mainIndex {
width:500px;
height:auto;
overflow: visible;
display:block;
position:static;
top: 0px; left:0px;
}
#mainIndex img {
display: none;
}


h1, h2, h3, h4 {
margin-bottom: 0.2em;
line-height:normal;
font-weight:normal;
font-weight:bold;
}
h1 {
font-size: 16pt;
}
h2 {
font-size: 14pt;
}
p, ul,table {
font-size: 12pt;
margin-top: 0;
margin-bottom: 1em;
}

