/* 
File: ts_style.css
Purpose: Style sheet for files used to display the covers of the Tom Swift Jr. book series.
Author: David Corrigan
Created: 24 NOV 1999
*/

body
{
  background-color: #000000;
  font-size: 12pt;
}

body.blurb
{
  background-color: #FFFFFF;
}

.maintitle
{
  font-family: sans-serif;
  font-size: 24pt;
  text-align: center;
  font-weight: bold;
  border-bottom-width: thin;
  border-bottom-color: #990000;
}

.foot
{
  font-family: sans-serif;
  text-align: center;
  font-size: 14pt;
  border-top-width: thin;
  border-top-color: #990000;
}

table
{
  width: 100%;
  rules: cols;
}
