/* this imports more advanced css that Netscape 4 can't cope with */
@import url(advanced.css);

body {
font-size: 1em;
width: 70%;
max-width: 700px;
margin: 1em auto;
}

body, h1, h2, h3, p, dl, ol {
font-family: georgia, serif;
background-color: white;
}


a {
color: #339;
}

a:visited {
color: #66c;
}
