body {
	max-width: 42em; 
	margin: 0px auto;
	padding: 0em 1em;
	font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 12px; 
	line-height: 1.2; 
	color:#333;
}

a:link, a:visited {
	color:#669; 
	text-decoration: none;
}
a:link:hover, a:visited:hover {
	color:#669; 
	text-decoration: underline;
}
a:active {
	color:#669; 
	text-decoration: none;
}

h2 {font-size: 1.4em;}

p {margin: 0.75em 0em;}

p.nav {
	text-align: center; 
	margin: 1em 0em 1.6em; 
	line-height: 1.8;
}
p.nav a {white-space: nowrap;}

dl dt {
	font-weight: bold; 
	margin: 1em 0em 0.25em 0em;
}
dl dd {
	font-size: 90%; 
	margin: 0.25em 1.5em;
}

dl dd ul li {margin: 0.5em;}

ul.laptop {
	list-style-type: none;
	margin: 0.3em auto 1.5em; 
	padding: 0em;
	width: 25em; 
	max-height: 25ex; 
	overflow: scroll;
	border: 1px #666 solid;
}
ul.laptop li {
	margin: 0em 0em; 
	padding: 0em 0.1em;
}

.center {text-align: center;}
.small {font-size: 85%;}
.nowrap {white-space: nowrap;}

div#index p {margin: 1.5em 0em; 
/*	width: 485px;*/
}
div#index ul {margin: -1em 0em 0em 35px; padding: 0em;}
div#index ul li {list-style-type: none; margin: 0em; padding: 0em;}
div#index form label {font-size: 120%; }
div#index form select {margin: 0.8em 1.5em 1.5em; width: 18em;}
div#index form input {margin: 0.8em 0em 1.5em;}

