body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	color: black;
}

/*
Put this above for background images...
background-image: url(http://...);
*/

h1,h2,h3,h4,h5,th {
	text-transform: capitalize;
	font-weight: bolder;
}

img {
	border-style: none;
}

a:hover {
	background: #cccccc;
	font-weight: bolder;
}

h1 { font-size: large; }

h2 { font-size: medium; }

/* h3,th { font-size: medium; } */

.centered {
	text-align: center;
}

#slashdotBox {
	border-style: solid;
	width: 300px;
}

#slashdotBox #boxTitle {
	background: white;
	text-align: center;
	border-style: none none solid none;
}

#slashdotBox .article {
	font-size: x-small;
	margin-left: 1em;
	text-indent: -1em;
}

#mainbody {
	width: 100%;
	float: left;
}

#leftstuff {
	float: left;
	text-align: left;
}

#rightstuff {
	float: right;
	text-align: left;
}

#footer {
	float: left;
	font-size: xx-small;
	border-style: solid none none none;
	border-width: 1px;
	width: 100%;
	/* Safari doesn't seem to want to show the bottom unless I make some room */
	padding-bottom: 2em;
}

#ads {
	float: left;
}
