/*
 * this fails on IE3, but it's too outdated and outside common use
 * for me to care now (I did so earlier)
 */
body {
	margin-left: 5%;
	background-color: #ffffff;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffff;
	color: #000077;
	text-align: left;
}

h1 {
	font-size: 2em;
	margin-left: -4%;
}

h2 {
	font-size: 1.5em;
	margin-left: -3%;
}

h3 {
	font-size: 1.2em;
	margin-left: -2%;
}

a {
	text-decoration: none;
}
a:link {
	background-color: #ffffff;
	color: #0000ff;
}
a:visited {
	background-color: #ffffff;
	color: #ff7700;
}

img.button, img.sitemeter {
	border: 0px;
	width: 88px;
}
img.button {
	height: 31px;
}
img.sitemeter {
	height: 32px;
}
