  

@font-face {
    font-family: 'Carbon Block';
    font-style:  normal;
    font-weight: normal;
    src: url(CARBONB1.eot);
  }

h1 {font-family: 'Carbon Block';font-size: 28px; color: #E82A2A;font-weight:100;}
h2 {text-decoration:bold;font-family:  Verdana;font-size: 18px; color: #E82A2A;}
body {
	font-size: 14px;
	background-color: black;
	font-family:Verdana;
	color: black;
	text-align:justify;
}
.bodylink {color: white;}
.style1 {
	color: white;
}
td,th {
	color: white;
	font-size: 14px;
}
.style2 {font-size: 16px}
.style3 {color: white; font-size: 16px; }
a {
	font-family:Verdana;
	font-size: 14px;
	color: BLACK;
}
.style4 {font-size: 18px}
.style8 {font-size: 14px; white;}
.style7 {font-size: 14px}
.style6 {font-size: 14px}
a:visited {
	color: BLACK;
}
a:hover {
	color: BLACK;
}
a:active {
	color: BLACK;
}

.menu {
	font-family:'Carbon Block';
	font-weight:bold;
	font-size: 24px;
	color: #E82A2A;text-decoration:none;
}
.menu:visited {
	color: #E82A2A;text-decoration:none;
}
.menu:hover {
	color: #E82A2A;text-decoration:none;
}
.menu:active {
	color: #E82A2A;text-decoration:none;
}

.userbutton {background-color:white;color:black;font-weight:bold;border-color:black;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;}
