body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 40px 5% 5% 5%;
	color:#444;
	background-color: #F3F2EB;
	font-size:76%;
	background:#ccc;
}
a{
	color:#348191;
	background:transparent;
}		
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
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 {
	border: 0;
}
ol, ul, li {
	list-style: none;
	line-height: 120%;
}
p {
	line-height: 120%;
}
pre {
	font-family: monospace;

}
strong, b {
	font-weight: bold;
}
