h1, h2   {color: black; text-align: center}
h3       {color: white; border: solid; border-width: medium; width: 100%;
          background: teal; border-color: gray; text-align: center;
          font-family: serif; }
h4.border {color: black; border: solid; border-width: thin; border-color: teal;
           text-align: center; font-family: serif; width: 100%; }
h4       {font-family: serif; }

body     {font-family: sans-serif; background-color: #aaaaaa; color: black}

th       {background-color: TEAL; font-family: serif; color: WHITE;
               text-align: center}
td       {background-color: #cccccc; font-family:sans-serif; color: black}
td.sh    {background-color: #bbbbbb; font-family:sans-serif; color: black}



pre      {font-family: courier, monospace; color: red }

p        {margin: 3%; font-family: sans-serif; text-align: justify; }

blockquote  {margin: 10%;  text-align: justify; margin-top: 2em;
            margin-bottom: 2em; font-family: serif; }

hr       {color: teal}

img      {margin-left: 20; margin-right: 20; }

.bold    {font-weight: bold; }
.blue   {color: blue; }
.teal   {color:teal; }
.red		{color: red; }

.emp   {background-color: white; color: black; }

.buttonbar  {border: solid thin teal; padding: 4px; text-align: center;
             background: silver; margin: 3%;  font-family: serif; 
             margin-top: 1em; margin-bottom: 1em; }

.buttonbartop  {border: none; padding: 4px; text-align: center;
                background: silver; margin: 3%; font-family: serif; 
                margin-top: 1em; margin-bottom: 1em; }

.silver  {background: silver; border: none; }
.center  {text-align: center; }          
.right   {text-align: right;  }

.cown    {font-size: 80%;
          font-family: sans-serif;
          font-style: plain;
          text-align: center; }

.little  {font-size: 70%; }
.big	 {font-size: 140%; }
.spaced  {whitespace: pre; }
.ext     { color: yellow; }

.date    {font-size: 60%;
	 text-transform: uppercase; 
	 text-align: center;}

:link    {color: navy; }
:visited {color: navy; }
:active  {color: navy; }
:hover   {color: red; }

/*  the following definitions are needed for netscape */
ol       {color: black; font-family: sans-serif; }
ul       {color: black; font-family: sans-serif; }
dl       {color: black; font-family: sans-serif; }
em       {color: black; }


.border { border: solid; border-width: thin; border-color: teal;
            font-family: serif; width: 100%; }