h1 {font-family: Papyrus;font-size: 22px; color: #64324B;}
h2 {font-family: Papyrus;font-size: 28px; color: #B66282;}

h3 {text-decoration:bold;font-family:  Bodoni MT;font-size: 16px; color: #64324B;}

.menutext {font-size: 16px;color:  #64324B;}

.menutext:visited {font-size: 16px;color:  #64324B;}
.menutext:active {font-size: 16px;color:  #64324B;}
.menutext:hover {font-size: 16px;color:  #64324B;}


body {
	font-size: 14px;
	background-color: white;
	font-family:Bodoni MT;
	color: #525051;
	text-align:justify;
}
.bodylink {color: white;}
.style1 {
	color: white;
}
a {
	color: #B66282;
	font-weight:bold;
}

a:visited {
	color: #B66282;
}
a:hover {
	color: #B66282;
}
a:active {
	color: #B66282;
}


.userbutton {background-color:#64324B;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;}