/*	format.css  -- Contains formatting styles for use with Eton Show sites.*/ html{	background-color:	black;			color:			white;		width:	100%;	height:	100%;							font-size:		10pt;	font-family:		"Arial";	scrollbar-base-color:		black;			background-repeat:	yes-repeat;	background-attachment:	fixed;		padding-right:	0;	margin-right:	0;	margin-top:	0;	padding-top:	0;		}body{		text-align:	left;	margin-left:	10px; 	margin-top	20px;	//width:	90%;		margin-right:	12px;	margin-top:	0;	padding-top:	0;		}em, .emphasis{	color:	lime;	font-size:		10pt;	font-family:		"Arial";	font-style: italic; 	font-weight: bold;}p:hover, li:hover, td:hover{	//color:		aqua;	//background-color:	#ccccff;}span, SPAN{}H2, h2, H3, h3, H4, h4, H5, h5, H6, h6{		color:	white;	font-size:	12px;		text-transform: uppercase;			font-family("arial");	font-style:italic;	}H2:hover, h3:hover, h4:hover, h5:hover, h6:hover{	//color:	aqua;}blockquote:{	width:	80%;  //620px;	font-size:		10pt;}td{		font-size:		10pt;}img{	// border-style:  outset;	border-width: 0px;	// border-color: navy;}iframe{	border-style:  outset;	border-width: 0px;	//border-color:navy;}/* 	===================================	Links	=================================== */a:link /* unvisited link */{	color: yellow;}     a:visited /* visited link */{	color: yellow;}  a:hover /* mouse over link */{	color: white;    	background-color: navy;}   a:active /* selected link */{	color: white;	background-color:red;	// border-width:3px;}   /* 	===================================	Form Classes	=================================== */.box{	        	color: white;   			background-color: transparent; 		border-top-width:0px; 	border-left-width:0px; 	border-right-width:0px; 	border-bottom-width:2px;	border-bottom-style: solid;	border-bottom-color:gray;}.button{    		background-color: navy;	color:	white;		border-width:2px;	border-bottom-style: solid;}.button:hover /* mouse over button */{	color: white;    	background-color: red;}   .button:active /* clicking the button */{	color: white;	background-color:#008800;} .combobox{       	color: #000044;	background-color: white;  //#000044;		border-top-width:1px;	border-left-width:1px; 	border-right-width:1px;	border-bottom-width:1px;	border-bottom-style: solid;}