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

/* For Use with Reviews on Black Backgrounds */

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

font.blue {color: aqua; font-weight: bold}
font.high {color: aqua}

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

P.body {font-size: 12 pt; text-indent: 2%; line-height: 120%; margin: 5%}
P.small {font-style: italic; font-size: 0.8em}
P.smallblue {font-size: 0.8em; color: navy}
P.smallaqua {font-size: 0.8em; color: aqua}

H1.review { text-align: center; color: yellow; font-size: 1.25 em }
H2.aqua	{ text-align: center; color: aqua; font-size: 1.0 em }

A:link { text-decoration: underline; color: aqua }
A:visited { text-decoration: underline; color: yellow }
A:hover { text-decoration: none; color: lime }

FONT.blueit { font-style: italic; font-size: 1.0 em; color: navy}

FONT.title {color: aqua; font-size: 1.25 em}
FONT.header {color: yellow; font-weight: bold; font-size: 1.0 em}
FONT.andy {color: navy; font-weight: bold;  font-size: 1.0 em }

FONT.title2 {color: aqua; font-style: italic; font-size: 1.0 em}
FONT.smallaqua { font-style: italic; font-size: 0.8em; color: aqua}

Table {width: 80%}
TD {background: black; color: white; font-family: Verdana, Arial }
TD.blue {background: #1791FF; color: black; font-family: Verdana, Arial }
TD.white{background: white; color: black; font-family: Verdana, Arial}