h1 {font-family: Asenine;font-size: 30px; color: #70B365;}
h2 {text-decoration:bold;font-family:  Asenine;font-size: 26px; color: #097600;margin-top:15;margin-bottom:5;}
h3 {text-decoration:bold;font-family:  Asenine;font-size: 16px; color: #097600;}
body {
	font-size: 14px;
	background-color: #097600;
	font-family:Arial;
	color: black;
	text-align:justify;
}
.bodylink {color: white;}
.style1 {
	color: white;
}
td,th {
	color: white;
	font-size: 14px;
}
a {
	color: #F66948;
	font-weight:bold;
}

a:visited {
	color: #F66948;
}
a:hover {
	color: #F66948;
}
a:active {
	color: #F66948;
}

.menu {
	font-family:Asenine;
	font-size: 30px;
	color: #F66948;
	font-weight:bold;
}

.menu:visited {
	color: #F66948;
}

.menu1:hover {
	color: #F66948;
}

.menu2:hover {
	color: #F66948;
}

.menu2:visited {
	color:#F66948;
}
.menu1:visited {
	color: #F66948;
}

.menu2:active {
	color: #F66948;
}
.menu1:active {
	color: #F66948;
}


.userbutton {background-color:black;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;}
