@charset "iso-8859-1";
/* CSS1 Style Sheet by Andrew Taylor for Andy's Anachronisms */

/* For Use with White Backgrounds */

body { font: 100%; font-family: verdana, arial, helvetica, sans-serif;
			margin: 20; }
#wrapper { width: 820px; margin: 0 auto; padding: 0; } /* Setting margin to 0 auto will center this div */
#header { width: 100%; padding: 0; height: 50px; } /* Change the height to whatever it needs to be */
#navbar { width: 100%; margin: 0; padding: 10; height: 120px; } /* Change the margin and padding to align, and height as needed */
#main { width: 100%; margin: 0 auto; margin-left: auto; margin-right: auto; padding: 0; height: 1300px ; } /* Change the height to whatever it needs to be */
#footer { width: 100%; margin: 0; padding: 0; height: 100px; text-align: center} /* Change the margin values to align, and height as needed */

/* Content Columns */
 
#column1 { width: 400px; float: left; padding: 5;  } /* Change the width as needed */
#column2 { width: 400px; float: right; padding: 5; } /* Change the width as needed */
									
 

A:link { text-decoration: underline; color: blue }
A:visited { text-decoration: underline; color: red }
A:hover { text-decoration: none; color: lime }

HR { text-align: center; color:0066FF}


TD.body {font-size: 1.0 em; text-indent: 2%; line-height: 120%; margin: 5%}
TD.head {font-size: 1.0 em; line-height: 120%}

FONT.blue {color: blue; font-weight: bold; font-size: 1.0 em}
FONT.andy {color: blue; font-weight: bold}
FONT.blueit {color: blue; font-size: 1.0 em; font-style: italic}
FONT.bluesmall {color: blue; 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: 0066FF; font-weight: bold; font-size: 1.25 em}
FONT.announce {color: 0066FF; font-weight: bold; font-size: 1.0 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.noindent {font-size: 14 pt; line-height: 120%; font-family: Verdana, sans-serif}
P.body {font-size: 12 pt; text-indent: 2%; line-height: 120%; font-family: Verdana, sans-serif}