h1 {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	color: #000;
}



option	{
	background-color: #e6ecf7; 
	color: #000000; 
	font-family: ms sans serif, geneva, verdana, arial;
	font-size: 10px;
	font-weight: bold;
}
.colored	{
	font-family: ms sans serif, geneva, verdana, arial;
	font-size: 10px;
	
	color: #000000; 
	background-color: Yellow; 
	border-top: 1px solid #C4C4B8;
	border-right: 1px solid #e6e6dc; 
	border-bottom: 1px solid #e6e6dc;
	border-left: 1px solid #C4C4B8;
	padding: 1px 0px 3px 3px;
	margin: 0px 0px 0px 0px;		
}
.basic	{
	font-family: ms sans serif, geneva, verdana, arial;
	font-size: 10px;
} 
.darkblue	{
	font-family: ms sans serif, geneva, verdana, arial;
	font-size: 10px;
	color: #5A697B;
}
.flashBox {
	font-family: courier new;
	font-size: 90%;
	color: #0000cc;
}
.codeBox	{
	background-color: #EFEFEF;
	border: 1px dotted #000000;
	width: 75%;
	padding: 8px;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	font: normal 90% courier new;
	white-space: pre ;
	
}
.redBox {
	font-family: courier new;
	font-size: 110%;
	color: #ff0000;
}
.buttn	{
	background-color: #E0E0D5;
	width: 100px;
	cursor: hand;
	font-family: Ms Sans Serif;
	font-size: 10px;	
}
