a:link {
   color: #66CCFF; 
   text-decoration: none;
}
a:visited {
   color: #66CCFF; 
   text-decoration: none;
}

a:hover {
   color: #3f8ded; 
   text-decoration: underline;
}

a.allwhite:link {
   color: white;
   text-decoration: none;
}
a.allwhite:visited {
   color: white;
   text-decoration: none;
}
a.allwhite:hover {
   color: white;
   text-decoration: none;
}

a.topLink:link {
   color: #0000FF;
}
a.topLink:visited {
   color: #0000FF;
}
a.topLink:hover {
   color: #0000FF;
}

BODY
{
  background-color: #3152A5;
  color: white;
}

BODY.mead
{
  color:            #000000;
  background-image: url(../backgrounds/bacchus25.gif)
}

a.mead:link {
  color: #0000AA;
}
a.mead:visited {
  color: #0000FF;
}


P.underThumbText
{
  font-size: x-small;
}


.appendixHeader {
  font-size:    Medium;
  font-weight:  bold;
}
.appendixEntry {
  font-size:    Small;
  color:        Yellow;
}
TR.appendixHeadCell {
   color:            Purple;
   background-color: Yellow;
}

PRE {
   MARGIN-LEFT: 0.1in;
}

DIV.pageTitle
{
  font-size:    large;
  font-weight:  bold;
}

.sectionLink {
  font-size: 14pt;
  font-weight: bold;
}

.cheatHeader {
  font-size:    12pt;
  font-weight:  bold;
  color:        #F00000;
}

.code {
   font-family: courier;
}
.ycode {
   font-family: courier;
   color: yellow;
}

.error {
   color: #FF3434;
}

.indent1 {
   margin-left: 2em;
}

.pageHeader {
   font-size:     x-large;
   font-weight:   bold;
   text-align:    center;
}

.sectionHeader {
  font-size:    16pt;
  font-weight:  bold;
}

.sectionHeader2 {
  font-size:    13pt;
  font-weight:  bold;
}

.sectionHeader3 {
  font-size:    11pt;
  font-weight:  bold;
  font-style: italic;
}


.smallText {
  font-size:  x-small;
}

.xsmallText {
  font-size: x-small;
}
.topText {
  font-size: x-small;
  color: #00FF00;
}

.textRed {
   color: #FF0000;
}

.updated {
  font-size:  x-small;
  font-style: italic;
}







BODY.LiamBabyPic
{
   background-color: wheat;
   color: Black;
}
BODY.old
{
   background-color: black;
   color: yellow; 
}

CODE.css
{
   color: #00FF00;
}
CODE.html
{
   color: #00FF00;
}
CODE.java
{
   color: #00FF00;
}

P
{
   MARGIN-LEFT: 0.1in;
}
P.example
{
   MARGIN-LEFT: 0.3in;
}

PRE.code {
   font-family: courier;
   color: #00FFFF;
   margin-left: 1em;
}
.redcode {
   font-family: courier;
   color: #FF0000;
}
.preCodeHead {
   font-weight: bold;
   color: #00FF00;
}

SPAN.preCodeError {
   color: #FF00FF;
}

PRE.Example
{
   color: #00FF00;
}
SPAN.Command
{
   color: #00FF00;
}
SPAN.Example, SPAN.Code
{
   color: #00FF00;
}
SPAN.Note
{
   color: Orange;
}
SPAN.Output
{
   color: #00FFFF;
}
SPAN.ShowDate
{
   color: lightblue;
   font-style: italic;
}
SPAN.Snippet
{
   FONT-STYLE: italic;
   color: #00FF00;
}
SPAN.RedHot
{
   color: #FF0000;
}
TABLE.Black
{
   color: black;
}
TD.TableMenuHeader
{
   background-color: blue;
   color: yellow;
   font-weight:  bold;
}
TD.TableSectionHeader
{
   background-color: blue;
   color: yellow;
   font-weight:  bold;
}
TH.TableHeader
{
   background-color: blue;
   color: yellow;
   font-weight:  bold;
}
TR.TableHeader
{
   background-color: blue;
   color: yellow;
   font-weight:  bold;
}
