﻿html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color:white;
	color: #444;
	font-size: 75%;
}
a{
	text-decoration:none;
	padding:0px;
	color:  #006666;
	border:1px #006666 solid;
	background-color: ghostwhite;
	border-radius:5px;
}
a:focus, a:hover, a:active {
	text-decoration:none;
	color:red;
	border:1px violet solid;
	background-color:  aliceblue;
}
p, li {
	line-height: 1.8em;
}
h1 {
	font-family: harringtonregular, "Monotype Corsiva", "Lucida Calligraphy";
	color: #006666;
	margin: 0 0 4px 0;
	padding: 2;
	font-size: 3em;
}
h2 {
	padding-top: 0px;
	font-size:1.2em;
}
h2 a {padding:4px;}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 1024px;
	background-color: ghostwhite;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 4px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 2px 0 2px;
	text-align: center;
}
div#footer a:hover {
	color: red;
}
