body {
	margin: 0;
	padding: 0;
	background-color: #fff;
		}
		
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}	
a:link {color: #003399;
	}
	a:visited {color: #6699FF;
	}
	
a:active {
	}
a:hover {
	/*hover doesn't work in nn4*/
	}
	
h1 {
	font-size: 150%;
	font-weight: normal;
	}
h2 {
	font-size: 120%;
	font-weight: normal;
	}
h3 {
	font-size: 100%;
	font-weight: normal;
	}
h4 {
	font-size: 80%;
	font-weight: bold;
	}
h5 {
	font-size: 70%;
	font-weight: bold;
	}
h6 {
	font-size: 64%;
	font-weight: bold;
	}
img {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
ol, ul, li {
	font-size: 80%;
	line-height: 120%;
	}
p {
	font-size: 80%;
	line-height: 120%;
	}
pre {
	font-family: monospace;
	font-size: 80%;
	}
strong, b {
	font-weight: bold;
	}

