

body {
background-color: #EFE;
color: #000;
margin: 0;
border-right-style: solid;
border-right-width: 10px;
border-right-color: #063;

}

h1 {
font-family: georgia, serif;
font-size: 20px;
color: #063;
background-color: transparent;
}

h2 {
color: #063;
background-color: transparent;
	font-family: georgia, serif;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 15px;
	border-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

p, blockquote, li {
font-family: georgia, serif;
font-size: 0.9em;
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px;
}

div.head {
font-family: geneva, 'ms sans serif', sans-serif;
font-size: 10px;
padding: 5px;
width: 100%;
background-color: #6C0;
color: #666;
border-bottom-style: dotted;
border-bottom-width: 3px;
border-bottom-color: #063;
}

div.foot {
font-family: geneva, 'ms sans serif', sans-serif;
padding: 5px;
width: 100%;
background-color: #EEE;
color: #666;
border-top-style: dotted;
border-top-width: 2px;
border-top-color: #063;
}

.narrow {
width: 400px;
margin-left: 100px;
}

div.body {
width: 75%;
padding: 10px;
}

a { color: #00F;
        text-decoration: none; }
a:link { color: #00F;
        background-color: transparent;}
a:visited { color: #00F;
        background-color: transparent;}
a:hover { color: #FFF;
        background-color: #000;}

