html {
	overflow: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: white;
	margin: 15px;
	line-height: 135%;
}

kbd {
	font-size: 130%;
}

pre {
	font-size: 130%;
}

hr {
	max-width: 700px;
	padding: 0px;
	margin: 0px;
	height: 2px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0075bd;
}

h1 {color: #0075bd; font-size: 250%; line-height: 105%}
h2 {color: #0075bd; font-size: 15px; }
h3 {color: #0075bd; font-size: 13px; }

a:link {color: #3366BB; text-decoration: none;}
a:visited {color: #3366BB; text-decoration: none;}
a:hover {text-decoration: underline; color: #6699AA;}

