h1 {font-family: Century Gothic;font-size: 22px; color: white;}
h2 {text-decoration:bold;font-family:  Century Gothic;font-size: 18px; color: white;}
body {
	font-size: 16px;
	background-color: black;
	font-family:Century Gothic;
	color: #979797;
}
.bodylink {color: white;}
.web {font-size:13px; height:287; width:360; border: 2px solid black;padding:20;}
.style1 {
	color: white;
}
td,th {
	font-size: 14px;
}
.style2 {font-size: 16px}
.style3 {color: white; font-size: 16px; }
a {
	font-family:Century Gothic;
	font-size: 16px;
	color: white;
}
.style4 {font-size: 18px}
.style8 {font-size: 14px; white;}
.style7 {font-size: 14px}
.style6 {font-size: 14px}
a:visited {
	color: white;
}
a:hover {
	color: white;
}
a:active {
	color: white;
}

.menutext {
	font-family:Century Gothic;
	text-decoration:bold;
	font-size: 16px;
	color: white;
}
.menutext:visited {
	color: white;
}
.menutext:hover {
	color: white;
}
.menutext:active {
	color: white;
}

.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;}
