h1 {font-family: Papyrus;font-size: 22px; color: #87BD7F;}
h2 {text-decoration:bold;font-family:  Bodoni MT;font-size: 20px; color: #87BD7F;margin-top:15;margin-bottom:5;}
h3 {text-decoration:bold;font-family:  Bodoni MT;font-size: 16px; color: #87BD7F;}
body {
	font-size: 14px;
	background-color: white;
	font-family:Bodoni MT;
	color: #525051;
	text-align:justify;
}
.bodylink {color: white;}
.style1 {
	color: white;
}
td,th {
	color: white;
	font-size: 14px;
}
a {
	color: #87BD7F;
	font-weight:bold;
}

a:visited {
	color: #87BD7F;
}
a:hover {
	color: #87BD7F;
}
a:active {
	color: #87BD7F;
}

.menu {
	font-family:Papyrus;
	font-size: 16px;
	color: #525051;
	font-weight:normal;
}

.menu:visited {
	color: #525051;
}
.menu2 {
	font-family:Papyrus;
	font-weight:bold;
	font-size: 16px;
	color: #7FBA78;
}
.menu1 {
	font-family:Papyrus;
	font-weight:bold;
	font-size: 16px;
	color: #525051;
}

.menu1:hover {
	font-family:Papyrus;
	font-weight:bold;
	font-size: 16px;
	color: #525051;
}

.menu2:hover {
	font-family:Papyrus;
	font-weight:bold;
	font-size: 16px;
	color: #7FBA78;
}

.menu2:visited {
	color:#7FBA78;
}
.menu1:visited {
	color: #525051;
}

.menu2:active {
	color: #525051;
}
.menu1:active {
	color: #7FBA78;
}


.userbutton {background-color:#8CDC88;color:white;font-weight:bold;border-color:white;cursor:hand;}

.post-body img {
  max-width:200px;
  width: expression(this.width > 200 ? 200: true);
  max-height:200px;
  height: expression(this.height > 200 ? 200: true);
}
.itemtext {font-size: 12px; color: white;}
