
@font-face {
    font-family: 'Steiner';
    font-style:  normal;
    font-weight: normal;
    src: url(STEINER0.eot);
}



h1 {font-family: Steiner;font-size: 21px; color: black;font-weight:normal;letter-spacing:1.5px; font-weight:500;}
h2 {text-decoration:none;font-family:  Arial;font-size: 18px; color: black;}
h3 {text-decoration:bold;font-family:  Arial;font-size: 14px; color: black;}
body {
	font-size: 12px;
	background-color: white;
	font-family:Arial;
	color: black;
	text-align:justify;
}
.bodylink {color: black;}

.menubutton {background-color:#C6D9F1;padding:15px;}



.style1 {
	color: black;}
}
td,th {
	color: black;
	font-size: 14px;
}
a {
	font-family:Arial;
	font-size: 14px;
	color: #4E7AAC;
}
a:visited {
	color: #4E7AAC;
}
a:hover {
	color: #4E7AAC;
}
a:active {
	color: #4E7AAC;
}

.menu {
	font-family:Arial;
	font-size: 14px;
	color: black;
	text-decoration:none;	
}
.menu:visited {
	color: black;
}
.menu:hover {
	color: black;
}
.menu:active {
	color: black;
}

.footer {
	font-family:Arial;
	font-size: 8pt;
	color: #277299;
}

.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;}