h1 {
  font-family: verdana,arial,helvetica,sans serif;
	font-size: 18px;
	font-weight: normal;
	color: #f2c244;
  margin-bottom:5px;
  margin-left: 10px;
}

h2 {
  font-family: verdana,arial,helvetica,sans serif;
	font-size: 13px;
	font-weight: bold;
  color: #889e6b;
margin-top:0px;
  margin-bottom:5px;
margin-left: 10px;
}

.content {
  padding-left: 10px;
  padding-right: 10px;
/*  font-size: 12px; /**/
}

p,.normal {
  font-family: verdana,arial,helvetica,sans serif;
  font-size: 12px;
  margin-top:8px;
}

li {
  font-family: verdana,arial,helvetica,sans serif;
  font-size: 12px;
  margin-top:5px;
}

/*.body, .artheader, */
.arttitle {
  padding-top: 4px;
  padding-bottom: 7px;
  font-size: 12px;
  background-color: white;
  color: black;
}
.bodysmall {
	font-size: 11px;
	color: black;
	background-color: white;
}
.bodylink {
	color: #000000;
	text-decoration: underline;
}

.arttitle a {
	background-color: white;
}
.arttitle a:link, .bodylink:link { color: #f68d0c; }
.arttitle a:visited, .bodylink:visited { color: #889f6b; }
.arttitle a:active, .bodylink:active { color: #ff0000; }
.arttitle a:hover, .bodylink:hover { color: #88cf6b; }

.red {
	color: #ff0000;
}

.totop {
	width: 65%; /**/
	color: #889e6b;
	background: #ffffff;
	text-align: right;
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px 18px;
}

.ttlink {
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #889e6b;
	background: #ffffff;
  text-decoration: none;
}
.ttlink:hover { color: #ff0000;}

