html, body {
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #333333;
	background-color: #ffffff;
	line-height : 1.85em;
	font-size: 76%;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers.*/
}
/*
a {
	text-decoration: none;
	font-weight: normal;
	color: #003366;
}
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #003366;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #003366;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #990000;
}
*/
img {
	border: 0;
}
strong, b {
	font-weight: bold;
}
li {
	line-height : 1.5em;
}