.title           {font-family: Arial;
                  font-size: 175%;
                   color: #100063;
                  font-weight: bold;
                  text-align: left;
                 }
           
.headline        {font-family: Arial;
                  font-size: 110%;
                  font-variant: small-caps;
                  color: #100063;
                  font-weight: bold;
                  white-space: nowrap;
                 }

.date            {font-family: Arial;
                  font-size: 60%;
                  color: gray;
                  font-style: italic
                 }

body             {font-family: Arial, sans-serif;
                  background-color: white;
                  background-image: url('images/background3.gif');
                  background-position: center;
                 }

.info            {font-family: Arial, sans-serif;
                  font-size: 90%;
                 }

.bottom          {font-family: Arial, sans-serif;
                  font-size: 60%;
                  color: gray;
                  border-bottom: thin single black;
                 }

.border          {
                  border-bottom: thick dotted silver;
                 }


.tourny          {font-family: Arial, sans-serif;
                  font-size: 80%;
                  white-space: nowrap;
                 }

.champ           {font-family: Arial, sans-serif;
                  color: blue;
                  font-size: 70%;
                  white-space: nowrap;
                  line-height: 1.6;
                 }

.revised         {font-family: Arial, sans-serif;
                  color: white;
                  background-color: red;
                  font-size: 80%;
                  font-weight: bold;
                  text-indent: 5px;
                  line-height: 1.6;
                 }

.updated         {font-family: Arial, sans-serif;
                  color: white;
                  background-color: #100063;
                  font-size: 80%;
                  font-weight: bold;
                  text-indent: 5px;
                  line-height: 1.6;
                 }

span.important   {color: white;
                  background-color: red;
                 }

span.red         {color: white;
                  background-color: red;
                 }

span.green       {color: white;
                  background-color: green;
                 }

span.#100063        {color: white;
                  background-color: #100063;
                 }

span.yellow      {background-color: yellow;
                 }

.logo            {background-color: #100063;
                  background-image: url('images/texas.gif');
                  border: thin double red
                 }

.menu            {margin: 0;
                  background-image: url('images/texas.gif');
                  font-size: 75% /*smaller*/;
                  font-weight: bold;
                  line-height: 1.0;
                  text-align: left;
                  background-color: #100063;
                  border: thin double red
                 }

.menu p          {margin: 0;
                  padding: 0.75em 0.3em;
                  font-family: Arial, sans-serif;
                  color: white;
                 }

.menu a:link    { text-decoration: none;    color: white   }
.menu a:visited { text-decoration: none;    color: white   }
.menu a:hover   { background:      white;   color: #100063    }

a:link           {color: black;}
a:visited        {color: black;}
a:hover          {background: #100063; color: white }
a:active         {color: black;}

