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.*/
	color: #000;
}
h1 {
	font-size:95%;
	margin:4px 0 4px 10px;
}
ul {
	margin:4px 0;
	padding:0;
}
li {
	list-style:none;
	padding:1px 0 1px 18px;
	margin-left:10px;
	
	background:transparent url(/images/icon_bullet2.gif) no-repeat 2px 3px;
	font-size:90%;
}
a, a:visited {
	color:#0163b0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
