@font-face {
    font-family: Handscript SF;
    font-style:  normal;
    font-weight: 700;
    src: url(HANDSCR0.eot);
  }

 @font-face {
    font-family: Monotype Corsiva;
    font-style:  normal;
    font-weight: 700;
    src: url(MONOTYP0.eot);
  }

h1 {font-family: Monotype Corsiva;font-size: 34px; color: #989AB0;}
h2 {text-decoration:none;font-family:  Arial;font-size: 18px; color: black;}
h3 {text-decoration:bold;font-family:  Arial;font-size: 14px; color: #75034E;}
body {
	font-size: 12px;
	background-color: #DBEDF1;
	font-family:Arial;
	color: black;
	text-align:justify;
}
.bodylink {color: black;}

.menubutton {background-color:#989AB0;padding:15px;width:175;font-weight:bold;}



.style1 {
	color: black;}
}
td,th {
	color: black;
	font-size: 14px;
}
a {
	font-family:Arial;
	font-size: 14px;
	color: #75034E;
}
a:visited {
	color: #75034E;
}
a:hover {
	color: #75034E;
}
a:active {
	color: #75034E;
}

.menu {
	font-family:Arial;
	font-size: 14px;
	color: white;
	text-decoration:none;	
}
.menu:visited {
	color: white;
}
.menu:hover {
	color: white;
}
.menu:active {
	color: white;
}

.footer {
	font-family:Arial;
	font-size: 8pt;
	color: #75034E;
}

.userbutton {background-color:black;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;}