
 /* Main Stylesheet for outriders-mcc.com */

 body {
   font-family: verdena, arial, sans-serif;
   font-size: 16px;
   background-color: black;
   color: white;
   margin: 0px 0px 0px 0px;
 }

 h1 {
   font-weight: bold;
   font-size: 30px;
   text-align: center;
 }

 h2 {
   font-weight: bold;
   font-size: 25px;
   text-align: center;
 }

 h3 {
   font-weight: bold;
   font-size: 20px;
   text-align: center;
 }

 p {
   margin-top: 25px;
   margin-bottom: 25px;
   text-align: center;
 }

 p:first-letter {
   color: #996600;
   font-size: xx-large
 }

 img {
   border-style: none;
 }

 hr {
   color: #996600;
 }

 #contents {
   width: 60%;
   margin-left: 20%;
   margin-right: 20%;
   margin-top: 20px;
   margin-bottom: 20px;
 }

 #contents img {
   width: 50%;
   height: auto;
   margin-left: 25%;
   margin-right: 25%;
 }

 #menu {
   position: fixed;
   top: 20px;
   left: 0px;
   width: 140px;
   height: auto;
   line-height: 2.5;
   font-size: 20px;
   text-align: center;
 }

 #validxhtml {
   position: fixed;
   bottom: 10px;
   left: 10px;
   width: 50px;
   height: auto;
 }

 #validcss {
   position: fixed;
   bottom: 10px;
   left: 80px;
   width: 50px;
   height: auto;
 }

 #gixmo {
   position: fixed;
   bottom: 15px;
   left: 64px;
   width: 12px;
   height: auto;
 }

 #jameson {
   position: fixed;
   width: 80px;
   height: auto;
   bottom: 10px;
   right: 10px;
 }
