body {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
}

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

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

h1 {
	text-align: center;
	font-weight: bold;
	font-size: xx-large;
	background: gray;
}

.projectDescription {
	font-size: medium;
}

.projectDist {
	font-size: small;
	text-transform: capitalize;
}

.pcaption {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.footer {
	font-size: xx-small;
}

#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;
}

.codesample {
	padding: 10px;
	white-space: pre;
	border: solid 1px;
	width: 640px;
}

.rssbox li div {
	background: #dda;
	color: black;
	border-color: #336;
}

.rssbox a {
	color: black;
}

.rssbox {
	background: #dda;
	text-align: left;
}

.alert {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	padding-right: 1em;
	width: 400px;
	background: #fcc;
	border: solid 1px red;
}

.alert em {
	font-weight: bold;
}
