body, td {
 margin: 0px;
 padding: 0px;
}
body {
	padding: 10px;
}
.copyright {font-size: 8px;}
li {
	padding-bottom: 8px;
}
table {
	border: 0;
	border-spacing: 0px; /* cellspacing, not supported by IE */
	border-collapse: collapse; /* causes IE to also to collapse with zero sized border. don't actually need border-spacing: 0px in this case. */
}
td {vertical-align: top;}

h1 {font-size: 24px;}

h3 {margin: 0} /* default is margin: .83em 0 */

h3 {margin-top: 5px;}

#menu {
	margin-left: 10px;
}
#content {
	margin: 10px;
}
#sitetitle {
	font-size: 120px; 
	font-family: Comic Sans MS, Impact;
}
a.active {
	font-weight: bold;
	background-color: yellow;
}
#sitekicker {
	font-size: 18px; 
	font-family: 'Comic Sans MS';
}