html, body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: buttonface; 
    font-family: MS Shell Dlg; 
    font-size: 8pt;
 	
}
td, button, input, select, fieldset 
{ 
    font-family: MS Shell Dlg; 
    font-size: 8pt; 	
}
img 
{
    border: 1px solid buttonface; 
    margin:1px; 
    padding:0;
    cursor: hand;
}
img.spacer 
{
	cursor: default;
}
.htmleditor
{
	font-family: Courier; 
	font-size: 9pt;
	background-color: window;
	padding: 5;
	overflow: auto;
	border: 2px inset buttonface;
}