/* main.css - T2000BC Main Style Sheet */

body 
{
  color: black;
  background-color: #EEEEFF;
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 1em;
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
}
h1 
{
  font-size: 1.5em;
}
h2 
{
  font-size: 1.2em;
}
td
{
	font-size: 1em;
	color: #000000;
}
tr 
{
	font-size: 1em;
	color: #0000ff;
	background-color: #eeeeff;
}
td.LinksHdg
{
	font-size: 1.1em;
	color: white;
	background-color: blue;
	font-weight: bold;
}
td.LinksHdg2
{
	font-size: 1.1em;
	color: white;
	background-color: black;
	font-weight: bold;
}
td.CoreHdg
{
	font-size: 1.1em;
	color: #ffffff;
	background-color: #000000;
}
td.CorePart
{
	font-size: 0.9em;
	color: black;
	background-color: white;
}
td.SecondaryPart
{
	font-size: 0.9em;
	color: black;
	background-color: #eeeeff;
}
#header
{
  color: white;
  text-align: center;
  background-color: black;
}
#header h1
{
  font-size: 1.5em; 
  color:  white;
  text-align: center;
  letter-spacing: 5px;
}
#headerleft
{
  color: white;
  text-align: left;
  background-color: black;
}
#headerleft h1
{
  font-size: 1.5em;
  color: white;
  text-align: left;
  letter-spacing: 5px;
}

#datestamp
{
  font-size: 0.75em;
  font-style:italic;
}
#bold
{
  font-weight:bold;
}
#highlight
{
  font-weight:bold;
  font-style:italic;
}
#yellowbold
{
  font-weight:bold;
  background-color: yellow;
}
#quote
{
  font-style:italic;
}