HTML BODY { height: 95%; width: 95%}
BODY { 
	margin-left: 0; 
	background-color: white;
	color: black;
	text-align: center;
	font-family: serif
	scrollbar-face-color: rgb(7,88,26);scrollbar-shadow-color: rgb(7,62,19);
	scrollbar-highlight-color: rgb(7,130,25); scrollbar-3dlight-color: rgb(7,204,28);
	scrollbar-darkshadow-color: rgb(7,75,24);scrollbar-track-color: rgb(7,75,24);
	scrollbar-arrow-color: rgb(253,197,10);
}
A:link { color: rgb(7,88,26) }
A:active { color: rgb(7,88,26) }
A:visited { color: rgb(7,72,27) }
A:hover {
	color: rgb(238,224,9); 
	text-decoration: underline 
}
IMG { border: 0; }

DIV.large { 
	font-size: larger; 
	font-style: bold 
}
DIV.diminish { 
	font-size: smaller; 
	font-style: bold 
}
