*.menu {
	font-family: Tahoma,Arial;
	font-size: 12px;
	background-color: 406020;
	color: ffeeaa;
	line-height: 18px;
	padding-left: 10px;
}

*.content {
   filter:alpha(opacity=75);
   -moz-opacity: 0.75;
   opacity: 0.75;
	/*background-image: url(../images/SABA.gif);
	background-repeat: no-repeat;
	background-position: center;*/
	overflow: auto;
	border: 1px solid #666;
	color: #306000;
	background-color: ffeeaa;
	padding: 8px;	
}

IMG {
   filter:alpha(opacity=100);
   -moz-opacity: 1.00;
   opacity: 1.00;
}

*.opaque {
  filter:alpha(opacity=100);
   -moz-opacity: 1.00;
   opacity: 1.00;
}

*.formal {
	font-family: Tahoma,Calibri,Arial Black;
	font-weight: 700;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin-left: 50;
	margin-right: 50;
	font-size: 16px;
	line-height: 24px;
}

*.chat {
	font-family: Comic Sans MS,Calibri,Verdana,Arial;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin-left: 50;
	margin-right: 50;
	font-size: 16px;
}

A:link {
	font-family: Tahoma,Calibri,Verdana,Arial;
	font-weight: bold;
	/*text-decoration: none;*/

/*	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;*/
	color: #306000;
	background-color: #EFEFEF;
	font-size: 12px;
}
A:visited {
	font-family: Tahoma,Calibri,Verdana,Arial;
	font-weight: bold;
	text-decoration: none;
	color: #306000;
	background-color: #EFEFEF;
	font-size: 12px;
}

Body {
	font-family: Tahoma,Verdana,Arial;
	height:100%;
	width:100%;
	background-repeat: no-repeat;
	background-position: center;
}
