
body {

   background-color:#000000;
	color: #F4CC79;
      font-size:12px;
      font-family:sans-serif;
      line-height:1.5;
      margin: 0px; 
}

#main {
      background-color:#C10000;
	color: #F4CC79;
      font-size:12px;
margin: 0 auto 0 auto;
      font-family:sans-serif;
      line-height:2,5; 
      height:100%;
      width:70%;
      padding:15px;
      border: 1px solid #F4CC79;

}


a:link, a:visited {
background-color:transparent;
	color:#F4CC79;
	text-decoration:font-weight:bold;
}

a:hover, a:active {
background-color:transparent;
	color:#F4CC79;
	text-decoration:none;

}

h1 {
   font-family: Sans-Serif;
   font-weight: bold;
   font-size: 12px;
   border-bottom: #E96856;
   text-transform:uppercase; }
