/* CSS1 Style Sheet by Andrew Taylor for Andy's Anachronisms */

/* For Use with White Backgrounds */

body { background: white; color: black; font-family: Verdana, sans-serif  }

A:link { text-decoration: underline; color: blue }
A:visited { text-decoration: underline; color: red }
A:hover { text-decoration: none; color: lime }

A.IMG { text-decoration: none }

HR.new { text-align: center; width: 80%; color: navy }

TD.body {font-size: 1.0 em; text-indent: 2%; line-height: 120%}
TD.head {font-size: 1.0 em; line-height: 120%}

FONT.blue {color: navy; font-weight: bold; font-size: 1.0 em}
FONT.andy {color: navy; font-weight: bold; font-size: 1.5 em}
FONT.bluesmall {color: 0066FF; font-style: italic; font-size: 0.75em}
FONT.author {color: black; font-weight: bold; font-size: 0.85 em}
FONT.review {color: black; font-style: italic; font-size: 0.75 em}

FONT.header {color: green; font-weight: bold; font-size: 1.0 em}
FONT.announce {color: 0066FF; font-weight: bold; font-size: 1.5 em }
FONT.coming {color: red; font-weight: bold; font-size: 1.5 em }


P.small {font-style: italic; font-size: 0.8em}
P.smallblue {font-size: 0.8em; color: blue}
P.smallaqua {font-size: 0.8em; color: aqua}
P.body {font-size: 1.0 em; text-indent: 2%; line-height: 120%}
