h1 {font-family: Bodoni MT;font-size: 22px; color: #646788;}
h2 {text-decoration:bold;font-family:  Bodoni MT;font-size: 16px; color: white;margin-top:15;margin-bottom:5;}
h3 {text-decoration:bold;font-family:  Bodoni MT;font-size: 16px; color: #646788;}
body {
	font-size: 16px;
	background-color: #B4B5B6;
	font-family:Bodoni MT;
	color: #4C6D66;
	text-align:justify;
}

.bodylink {color: white;}
.style1 {
	color: white;
}
td,th {
	color: white;
	font-size: 14px;
}
a {
	color: #646788;
	font-weight:bold;
}

a:visited {
	color: #646788;
}
a:hover {
	color: #646788;
}
a:active {
	color: #646788;
}

.menu {
	font-family:Bodoni MT;
	font-size: 17px;
	color: #4C6D66;
	font-weight:normal;
}

.menu:visited {
	color: #4C6D66;
}
.menu2 {
	font-family:Bodoni MT;
	font-weight:bold;
	font-size: 17px;
	color: #646788;
}
.menu1 {
	font-family:Bodoni MT;
	font-weight:bold;
	font-size: 17px;
	color: #4C6D66;
}

.menu1:hover {
	color: #4C6D66;
}

.menu2:hover {
	color: #646788;
}

.menu2:visited {
	color:#646788;
}
.menu1:visited {
	color: #4C6D66;
}

.menu2:active {
	color: #4C6D66;
}
.menu1:active {
	color: #646788;
}


.userbutton {background-color:#646788;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;}