html {
background-color: #fff;
}
body {
background-color: #ffe;
border-right: 1px dotted black;
border-left: 1px dotted black;
border-bottom: 1px dotted black;
margin-top: 0px;
}

.blurb {
font-family: Courier New, monospace;
color: #909090;
letter-spacing: 0.3em;
}

#future {
width: 18em;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#getfirefox {
width: 88px;
margin-left: auto;
margin-right: 8px;
margin-top: -3em;
}

/* my "site.css" from espresso begins here */
html body {
    font-family: Verdana, Lucida Grande, Arial, Helvetica, sans-serif;
    color: black;
    background: #fffff7;
}

:root {
    background-color: #eef;
    background-color: #b0bdec;
    background-color: #ddf;

    /*  top right bottom left */
    padding: 20px 10% 2em 10px;
}
body {
    /*border-right: 1px #111 dotted;
    border-bottom: 1px #111 dotted;*/
    border: 1px #111 dotted;

    /*  top right bottom left */
    padding: 1ex 1.75em 2ex 1.5em;
    /*max-width: 600px;*/
}

#body {	/* redundant, for IE */
}


a:link { text-decoration: underline; }
a:visited { text-decoration: none; }
a:hover {
    border-top : 1px #cf0000 dotted;
    border-bottom : 1px #cf0000 dotted;
    background: #ffffc0;
}

q { quotes: "\201C" "\201D" "\2018" "\2019" }
q q { quotes: "\2018" "\2019" "\201C" "\201D" }

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Lucida Grande, Helvetica, sans-serif;
    color: #202090;
}

h1 {
    font-size: 170%;
}

h2 {
    font-size: 140%;
}

h3 {
    font-size: 120%;
}

img {
    border: none;
}

abbr, acronym {
    cursor: help;
}   
/* my "site.css" from espresso ends here */

/* new for 24-Jun-05 */
div.nav {
background: #ddf;
padding: 1em;
margin-top: 1.5em;
margin-bottom: 0.5em;
border: 1px dotted black;
}
.nav ul {
/*font-size: 60%;*/
list-style: none;
display: inline;
margin: 0;
padding: 0;
}
.nav li {
list-style: none;
display: inline;
margin: 5px;
background: #bbf;
padding: 5px;
}
.nav li:hover {
background: #88f;
}
.nav li a {
text-decoration: none;
}
.nav li a:link {
}
.nav li a:hover {
background: #88f;
}
.main {
}

