  /* style for the body of the html page */
body { 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgb(204,204,204);
	color: rgb(0,0,102);
	scrollbar-face-color: rgb(204,204,204); 
	scrollbar-highlight-color: rgb(255,255,255); 
	scrollbar-shadow-color: rgb(0,0,102);  
	scrollbar-3dlight-color: rgb(204,204,204);
	scrollbar-arrow-color: rgb(0,0,102); 
	scrollbar-track-color: rgb(204,204,204); 
	scrollbar-darkshadow-color: rgb(204,204,204)
}

  /* Default style for a hyperlink.
     used: menu_frame.html */
a {
	font-family: "Courier New", Courier, mono;
	color: #000066;
	text-decoration: none;
}

  /* custom class for no internal margin
     used: index.html, <frame> */
.nomargin { 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

  /* custom class for link to e-mail
     used: fill_frame.html, <a> */
a.contact {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	text-decoration: none;
	color: rgb(0,0,102);
}

  /* custom class for picture above menu
     used: menu_frame.html, <img> */
.picframe { 
	border: inset;
	border-width: thin;
}

  /* custom class used to position the menu, 
     currently not in use */
.menupos {
	position: relative;
	left: 15px;
	top: 5px
}