div, body, td, p {
/*	font-family: arial, verdana, helvetica, sans-serif;*/
	font-family: times, georgia, 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;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #900;
}
img {
  border: none;
}
#home_page_layout td {
  padding: 6px;
}
#home_page_navbar {
  text-align: center;
	font-size: 15px;
}
#home_page_links a,
.home_page_link {
  text-align: right;
	font-size: 15px;
}

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

#home_page_layout td {
/*  vertical-align: top;*/
}

