h1 {font-family: Arial Narrow;font-size: 22px; color: #B30935;text-decoration:none;line-height:80%}
h2 {text-align:center; text-decoration:bold;font-family:  Arial Narrow;font-size: 20px; color: #A70B67;margin-top:15;margin-bottom:5;}
h3 {text-decoration:bold;font-family:  Arial Narrow;font-size: 16px; color: #B30935;}
body {
	font-size: 13px;
	background-color: #FFFAF1;
	font-family:Arial;
	color: black;
	text-align:justify;
}
.bodylink {color: #A70B67;}
.style1 {
	color: #A70B67;
}

td {vertical-align: top;}

a {
	color: #A70B67;
	font-weight:bold;
}

a:visited {
	color: #A70B67;
}
a:hover {
	color: #A70B67;
}
a:active {
	color: #A70B67;
}

.menu {
	font-family:Lucida Handwriting;
	font-size: 18px;
	color: #A70B67;
	font-weight:bold;
}

.menu:visited {
	color: #A70B67;
}

.menu1:hover {
	color: #A70B67;
}



.userbutton {background-color:white;color:#A70B67;font-weight:bold;border-color:#A70B67;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: #A70B67;}