/* CSS Document */
<style type="text/css">
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	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. poop.*/
	}
<!--
.style1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.style2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: #008000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.style3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #2A3F55;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

.style4{
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	margin: 5px;
	padding: 0px;
	text-indent: 10px;
}
.style8 {color: #FF0000}
-->
</style>

