body { background-color: #6FC3C1; }

p { color: black;
font-family: Verdana, Sans-serif;
font-size: 14px;
margin: 0.5em;
z-index: 2;
}

h1 { color: black;
font-family: Verdana, Sans-serif;
margin: 0.25em;	
}

h2 { color: black;
font-family: Verdana, Sans-serif;
margin: 0.25em;	
}

h3 { color: black;
font-family: Verdana, Sans-serif;
margin: 0.25em;	
}

h4 { color: black;
font-family: Verdana, Sans-serif;
margin: 0.25em;	
}

a:link {color: #006600; text-decoration: none; background-color: #6FC3C1;}
a:visited {color: #006600; text-decoration: none; background-color:#6FC3C1;}
a:focus {color:#006600; text-decoration: none; background-color: #6FC3C1;}
a:hover {color: #66cc66; text-decoration: underline; background-color: white;}
a:active {color: #006600; text-decoration: none; background-color:#6FC3C1;}


#nav { position: absolute; left: 0px; top: 0px; z-index: 1;  }

#content { position: absolute; left: 200px; top: 0px;  z-index: 1; }

#images { position: absolute; left: 660px; top: 0px;  z-index: 1; }

#editorial { position: absolute; left: 0px; top: 660px;  z-index: 1; }

#afterword { position: absolute; left: 0px; top: 1080px;  z-index: 1; }

#double {background-color: #66cc66;

border-top-style: double;
border-top-color: black;
border-top-width: 3px;

border-right-style: double;
border-right-color: black;
border-right-width: 3px;

border-bottom-style: double;
border-bottom-color: black;
border-bottom-width: 3px;

border-left-style: double;
border-left-color: black;
border-left-width: 3px;}