body {
	font-family		: comic sans ms; 	
	font-size		: 10pt;
	color			: #FFFF00; 
	background		: #666666;
	background-image	: url(bg6.jpg); 
	background-attachment 	: fixed;
}
normal {
	font-family		: comic sans ms; 	
	font-size		: 10pt;
	color			: #FFFF00; 

}
td {
	font-family		: comic sans ms; 	
	font-size		: 10pt;
	color			: #FFFF00; 

}
A:link    {color: #00FFFF;}
A:visited {color: #00CCFF;}

H1 {font-size: 20pt; font-family: arial; color:#0000FF; }
H2 {font-size: 16pt; font-family: comic sans ms; color:#FFFF00;}
H3 {font-size: 12pt; font-family: desdemona;}
hr {size:2; width=100%; align=center; }

a.mw_button {
	background-color	: transparent;
	border-width		: medium;
	border-color		: #FFFFFF;
	border-style		: outset;
	display			: block;
	width			: 70px;
	margin-left		: 10px;
	margin-bottom		: 1px;  
	font-size		: 8pt;
	font-weight		: bold;
	text-align		: center;
	font-weight		: normal;
	color			: black;
}
a.mw_button:link {	
	text-decoration		: none; 
	color			: black; 
}
a.mw_button:visited {	
	text-decoration		: none; 
	color			: black; 
}
a.mw_button:hover {	
	background		: #FFFF66;
	cursor			: hand;
}
a.mw_button:active {	
	background		: #FFFF66;
	border-style		: inset;
	cursor			: hand;
}
.button {
	background-color	: transparent;
	width			: 70px;
	margin-left		: 4px;  
	padding-left		: 2px;
	padding-right		: 2px;
	font-weight		: normal; 
}
.button:hover, .button:active { 
	color			: navy; 
	cursor			: hand;
	font-weight		: bold; 
}
.logo_area {
	background-color	: transparent;
	border-style		: none;
	margin-left		: 5px;
	width			: 150px;
	height			: 150px;
	overflow		: hidden;
}
.header_area {
	background-color	: transparent;
	border-color		: navy; 
	border-width		: thin;
	border-style		: none; 
	position		: absolute;
	top			: 0px;
	left			: 160px;
	width			: 640px;
	height			: 100px;
	margin-left		: 10px;
	color			: #FFFF00;
}
.menu_area {
	background-color	: transparent;
	border-color		: navy; 
	border-width		: thin;
	border-style		: none; 
	position		: absolute;
	top			: 180px;
	left			: 20px;
	width			: 100px;
	bottom			: 0px;
	clip			: auto;
	color			: black; 
}
.content_area {
	background-color	: transparent;
	background-attachment	: fixed;
	border-color		: #FFFF00;
	border-width		: thin; 
	border-style		: none; 
	position		: absolute;
	top			: 100px;
	left			: 160px;
	width			: 640px;
	padding-left		: 5px;
	color			: #FFFF00; 
}
.footer_area {
	border-color		: navy;
	border-width		: thin;
	border-style		: none;
	font-size		: 10pt;
	left			: 160px;
	width			: 654px;
	color			: black; 
}
.debug_area {
	border-color		: navy;
	background-color	: #000000;
	color			: black;
	top			: 500px;
	left			: 0px;
	width			: 650px;
	height			: 300px;
	overflow		: scroll;
}
