h1 {font-family: Arial Black;font-size: 22px; color: #008000;}
h2 {text-decoration:bold;font-family:  Arial Black;font-size: 18px; color: white;}
h3 {text-decoration:bold;font-family:  Arial;font-size: 16px; color:  #008000;}
body {
	font-size: 16px;
	background-color: white;
	background-image:url(background.jpg); 
	background-repeat:no-repeat;
	font-family:Arial;
	color: black;
	text-align:justify;
}
.bodylink {color: white;}
.style1 {
	color: white;
}
td,th {
	color: white;
	font-size: 14px;
}
.style2 {font-size: 16px}
.style3 {color: white; font-size: 16px; }
a {
	font-family:Arial Black;
	font-size: 16px;
	color: black;
}
.style4 {font-size: 18px}
.style8 {font-size: 14px; white;}
.style7 {font-size: 14px}
.style6 {font-size: 14px}
a:visited {
	color: black;
}
a:hover {
	color: black;
}
a:active {
	color: black;
}

.menu {
	font-family:Arial Black;
	font-size: 12px;
	color: black;text-decoration:none;
}
.menu:visited {
	color: black;text-decoration:none;
}
.menu:hover {
	color: black;text-decoration:none;
}
.menu:active {
	color: black;text-decoration:none;
}

.footer {
	font-family:Arial Black;
	font-size: 8pt;
	color: black;
}

.userbutton {background-color:#008000;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;}