body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #999966;
}

table.main {
	width: 75%;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td.menu {
	font-size: 13px;
}

td.smallmenu {
	font-size: 10px;
}

td.pagetitle {
	font-weight: bolder;
	font-size: 15px;
	color: #999966;
}

td.footer {
	font-size: 9px;
}

td.news_title {
	font-size: 11px;
	font-weight: bold;
	color: #666633;
	background-color: #cccc99;
}

td.news_category {
	font-size: 10px;
	color: #666633;
	background-color: #cccc99;
}

td.news_author, td.news_datetime {
	font-size: 10px;
	background-color: #edecd8;
}

td.news_text {
	font-size: 11px;
	background-color: #edecd8;
}

a:link, a:visited, a:active {
	/*color: #999966;*/
	color: #666633;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #FFFFFF;
	background-color: #cccc99;
	font-weight: normal;
}

#navcontainer ul li a:hover {
	color: #FFFF00;
	background-color: #cccc99;
}

#smallnavcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#smallnavcontainer ul li { display: inline; }

#smallnavcontainer ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #FFFFFF;
	background-color: #cccc99;
	font-weight: normal;
}

#smallnavcontainer ul li a:hover {
	color: #FFFF00;
	background-color: #cccc99;
}