div, body, td, p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
}

.h1 {
	font-size: 26px;
	font-weight: normal;
}

.h2 {
	font-size: 21px;
	font-weight: bold;
}

.site_title {
	font-size: 42px;
}

.home_page_links a,
.home_page_link {
	text-decoration: none;
	font-size: 17px;
	color: #000;
}

.navbar {
	color: #000;
	text-decoration: none;
}

td.category_thumb {
	text-align: center;
	vertical-align: top;
	width: 150px;
}
td.category_thumb img {
	margin-bottom: 5px;
}
span.success {
	color: #0a0;
	font-weight: bold;
	background-color: inherit;
}

span.error {
	color: #f00;
	font-weight: bold;
	background-color: inherit;
}

