
 /* Main Stylesheet for outriders-mcc */

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

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

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

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

 h4 {
   font-size: 15px;
   text-align: center;
 }

 h6 {
   font-size: 12px;
   font-style: italic;
   text-align: center;
 }

 p {
   margin-top: 25px;
   margin-bottom: 25px;
 }

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

 img {
   border-style: none;
 }

 hr {
   color: #996600;
 }

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

 #menu img {
   width: 140px;
   height: auto;
 }

 #menu a {
   text-decoration:none;
 }

 #menu a:link {
   background-color: black;
   color: white;
 }

 #menu a:visited {
   background-color: black;
   color: #996600;
 }

 #menu a:hover {
   background-color: black;
   color: red;
 }

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

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

 #rest img {
   width: 100%;
   height: auto;
   margin-left: 0%;
   margin-right: 0%;
 }

 #flagmenu {
   position: fixed;
   width: 100px;
   height: auto;
   top: 10px;
   right: 10px;
   line-height: 2.0;
 }

 .fmimg {
   width: 70%;
   height: auto;
   margin-left: 15%;
   margin-right: 15%;
 }

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

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

 #gixmo {
   position: fixed;
   bottom: 10px;
   left: 74px;
   width: 12px;
   height: auto;
 }

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