h1 {font-family: Lucida Calligraphy;font-size: 22px; color: #FFC394;}
h2 {text-decoration:bold;font-family:  Lucida Calligraphy;font-size: 18px; color: #945D31;}
body {
	font-size: 14px;
	background-image: url("bg.jpg");
	background-repeat:no-repeat ;
	font-family:Arial;
	color: #840029;
}
.style1 {
	color: #840029;
}
td,th {
	color: #840029;
	font-size: 14px;
}
.style2 {font-size: 16px}
.style3 {color: #840029; font-size: 16px; }
a {
	font-family:Arial;
	font-size: 14px;
	color: #945D31;
}
.style4 {font-size: 18px}
.style8 {font-size: 14px; #945D31;}
.style7 {font-size: 14px}
.style6 {font-size: 14px}
a:visited {
	color: #945D31;
}
a:hover {
	color: #945D31;
}
a:active {
	color: #945D31;
}

.menutext {
	font-family:Lucida Bright;
	text-decoration:bold;
	font-size: 16px;
	color: #945D31;
}
.menutext :visited {
	color: #945D31;
}
.menutext :hover {
	color: #945D31;
}
.menutext :active {
	color: #945D31;
}

.userbutton {background-color:#F4F4F4;color:#840029;font-weight:bold;border-color:#840029;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: #945D31;}