*           { font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: medium; 
              color: gray;                }

img.button  {	box-shadow:3px 3px 5px #888;
                  -webkit-box-shadow:3px 3px 5px #888;
                  -moz-box-shadow: 3px 3px 5px #888;
                  border-radius:5px; }

a           { font-size: medium; 
              color: blue;                 }

a:visited   { color: blue;                 }

a:hover     { color: white;
              background: red;             }

a:active    { color: orange;               }

h1          { text-shadow: 2px 2px 3px #444;
		  font-size: x-large;
              color: red;                  }

h2          { font-size: large; 
              color: gray;                }

h3          { font-size: large;
              color: blue;                 }

h4          { font-size: large; 
              color: red;                  }

strong      { color: blue;                 }

p.blu       { color: blue;                 }

p.brn       { color: brown;                }

p.grn       { color: green;                }

p.foot      { font-size: small;
              color: gray;                 }

p.link      { color: blue;
              padding: 0 10px 0 10px;      }

hr          { color: gray;
              size: 3px; 
              shade: noshade;              }

body      { margin: 0;
            padding: 0;
            font: small Helvetica, Arial, sans-serif;
            background-color: #e0e0e0; }

#header   { margin: 0;
            padding: 0;
            height: 95px; 
            border-top: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
            background-color: #e0e0e0; }

#main     { margin-top: 0px; }

#navigation { float: left;
            width: 150px;
            border-bottom: 1px solid #e0e0e0;
            padding: 0 10px 0 10px;
            background-color: #e0e0e0; }

#maintext  { width: auto;
		border-top: medium solid silver;
		border-left: medium solid silver;
            padding: 25px 50px 0px 75px;
            background-color: white;
            margin: 0 25px 0 170px; }

#footer   { clear: both;
            border: 1px solid #e0e0e0;
            padding: 0px 20px 0px 20px;
            background-color: #e0e0e0; }


