/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

body {
font-size: 100.01%;
font-family: "Times New Roman", Times, serif;
color: #000;
}

#wrapper {
	width: 600px;
	margin: 0px auto;
	}

#header, #subheader, #subheader2, #sidenav, #rightsidenav, #footer, #text a {
display:none;
}

#text h1 {
	font-size: 16pt;
	text-align: right;
}
#text h2 {
margin-left:15px;
font-size: 14pt;
}

#text p {
font-size: 12pt;
margin: 12px;
}
