h1 {font-family: Trebuchet MS;font-size: 18px; color: #750389;}
h2 {font-family: Trebuchet MS;font-size: 16px; color: #353C91;}
h3 {font-family: Trebuchet MS;font-size: 16px; color: black;}
body {
	font-size: 14px;
	background-color: white;
	font-family:Trebuchet MS;
	color: black;
	text-align:justify;background-image: url("background.jpg");	background-repeat: no-repeat; 
}
.bodylink {color: white;}
td,th {
	color: white;
	font-size: 14px;
}
a {
	font-family:Trebuchet MS;
	font-size: 14px;
	color: #353C91;
}
a:visited {
	color: #353C91;
}
a:hover {
	color: #353C91;
}
a:active {
	color: #353C91;
}

.menu {
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size: 15px;
	color: white;text-decoration:none;
}
.menu:visited {
	color: white;text-decoration:none;
}
.menu:hover {
	color: white;text-decoration:none;
}
.menu:active {
	color: white;text-decoration:none;
}

.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;}
