
h1,h2,h3,body,p,a {
font-family: georgia;
font-size: 16px;
}
html {
	background-color:white;
}
body {
	overflow-y: auto; 
	background-color: white; 
	margin: 0px; 
	height: 100%; 
	padding: 0px; 
	border: 0; 
	font-family: georgia;
	font-size: 12pt;
	line-height:1.7em;
	list-style: none;
}	
#page {
	display: block; 
	/* background-color: #fff; */
	width: 600px; 
	padding-top: 10px; 
	padding-right: 0px; 
	padding-bottom: 10px; 
	padding-left: 0px; 
	list-style: none;
    margin-left: auto;
    margin-right: auto;
}

#home {
	display:block; 
	position:fixed; 
	top:5px;
	left:5px;
	width:80px;
}
* html #home {
	position:absolute; 
}

#home img {
	border:0;
	background-color: #fff;
}
#home a, #home a:visited {
clear:both;
text-decoration: none;
/*	color:navy;*/
}
#home a:hover {
color:white;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	/* margin-top: 20px;*/
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top:0px;
	margin-top:2px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
}

a, a:visited {
	text-decoration: none;
	color:navy;
}
a:hover {
	color:red;
}
.ai {
	margin-bottom: 10px;
	/*background-color: #eeeeee;*/
	padding:2px;
}
#topimage, #topimage img {
	background-color: #fff;
	float: right;
	margin:0;
	border:0;
	width: 150px;
}
#bof {
    float: right;
	margin:0;
	border: 4px solid black;
	padding: 2px;
	height: 80px;
}


.btwcalc {
	font-size: 16px;
	font-family: georgia;
	margin: 0 0 0 -15px;
}
.input {
	font-size: 16px;
	font-family: georgia;
}

.title {
	font-size: 16px;
	text-align:left;
	text-indent: 4px;
	background-color: black;
	color: white;
	height:1.5em;
	margin: 4px 4px 4px 4px;
	padding: 2px 0 0 0;
}
.clear {clear:both;}

#windscreen {
	background-color: #cecece;
	height: 100%;
	width: 100%;
}

#image{
	text-align: left;
	padding: 60px 50px 50px 50px;
	width: 100% auto;
	background-color: #fff;
}
	
#image img {
	 width: 100% ;
	background-color: #fff;
}
#index {
	text-align: left;
	padding: 150px 10px 10px 50px;
display:block; 
position:fixed; 
bottom:0; 

}


* html #index {position:absolute;}


#fixpic {
display:block; 
width:108px; 
height:145px; 
position:fixed; 
bottom:0; 
left:0;
}
* html #fixpic {position:absolute;}

.thumb a {
text-decoration:none;
width:10px;
height:10px;
}
.thumb a:hover img {
text-decoration:none;
width:15px;
height:15px;
background-color: #fff;
}

/*
@media (prefers-color-scheme: dark) {
  body {
    background-color: #444;
    color: #e4e4e4;
  }
  a {
    color: f0f0f7;
  }
  img {
    filter: grayscale(30%);
  }
}
*/
