/* Zappa Books Style Sheet */
/* http://www.afka.net/afkatest.css */

body { color: black; background-color: #F1EFE2}



a:link { color: blue; text-decoration: none}
a:link img { color: green}
a:visited { color: green; text-decoration: none}
a:hover { text-decoration: underline}
a:active { color: red}

.ext { color: blue}
a:link.ext { color: blue; text-decoration: underline}
a:visited.ext { color: green; text-decoration: underline}
a:hover.ext { color: maroon}
a:active.ext { color: red}

hr           { color: green}

h1 { font-size: 200%; color: maroon}
h3 { font-size: 125%; color: maroon}

li {list-style: circle outside;}