body {  
	font-family: Verdana; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #0000FF; 
	background-color: #FFFFFF; 
	}

.mbody {
	font: Times;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF00FF;
	width: 900;
	height: 475;
	overflow: scroll;
	text-align: center;
	border: #FF0000 1 dashed;
}

ul {
	font-family: Verdana; 
	font-size: 12px; 
	font-style: italic; 
	font-weight: normal; 
	color: #0000FF; 
	text-decoration: none; 
	list-style-position: inside; 
	list-style-image: none; 
	list-style-type: none
	}

li {
	font-family: Times; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FF6600; 
	text-decoration: none; 
	list-style-position: inside; 
	list-style-image: none; 
	list-style-type: none
	}

td {
	vertical-align: top
	font-family: Times; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #0000FF; 
	text-decoration: none; 
	list-style-position: inside; 
	list-style-image: none; 
	list-style-type: none
	}

a:link {  
	color: #FFFF00; 
	text-decoration: none;
	font-weight: normal
	}

a:visited {
	color: #FFFF00; 
	text-decoration: none
	}

INPUT { 
	width: expression((this.type=="submit")? '190px' : ''); 
	font-family: Times;
	font-size: 12px;
	color: #0000FF
	}


h3 {  
	font-family: Times; 
	font-size: 13px; 
	font-style: Bold; 
	font-weight: Bold; 
	color: #0000FF; 
	background-color: #FFFFFF; 
	}

textarea {
	vertical-align: top
	font-family: Times; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #0000FF; 
	text-decoration: none; 
	list-style-position: inside; 
	list-style-image: none; 
	list-style-type: none
	}

.bigorange {
	font: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}

.smallo {
	font: Times;
	font-size: 9px;
	font-weight: bold;
	color: #FF6600;
	vertical-align: bottom;
}

.box { border: 1 solid #0000FF; }