.headline        {font-family: Arial;                  font-size: 125%;
                  color: green;
                  font-weight: bold;
                  white-space: nowrap;
                 }
.title           {font-family: Arial;                  font-size: 175%;
                  color: green;
                  font-weight: bold;
                  text-align: left;
                 }


span.red         {color: white;
                  background-color: red;
                 }

body             {background: url("images/background.gif");
                  font-family: Arial;
                  margin-top: 0;
                  margin-bottom: 0;
                 }

a:link           {color: black;}
a:visited        {color: black;}
a:hover          {background: green; color: white }
a:active         {color: black;}


body.menu        {background: url("images/grass.jpg");
                  font-family: Arial;}

.border          {
                  border-bottom: thick dotted silver;
                 }

.menu            {margin: 0;
                  font-size: 75% /*smaller*/;
                  font-weight: bold;
                  line-height: 1.0;
                  text-align: left;
                 }

.menu p          {margin: 0;
                  padding: 0.4em 0.1em;
                  font-family: Arial;
                  background: "images/grass.jpg";
                  font-size: .8em;
                  font-weight: bold;
                  color: white;
                 }

.menu tr         {vertical-align: top;}

.menu  a:link    { text-decoration: none;  color: white }
.menu  a:visited { text-decoration: none;  color: white }
.menu  a:hover   { background:      white; color: green }

.home  a:link    {color: green; font-weight: bold;}
.home  a:visited {color: green; font-weight: bold;}
.home  a:hover   {color: white; font-weight: bold; background: green;}
.home  a:active  {color: green; font-weight: bold;}

a.image:link    {color: none;}
a.image:visited {color: none;}
a.image:hover   {background: none; color: none}
a.image:active  {color: none;}

a.gray:link    {color: gray;}
a.gray:visited {color: gray;}
a.gray:hover   {color: white; background: green;}
a.gray:active  {color: gray;}

