 body {
  background-image: 
  url('background.jpg');
  background-repeat: no-repeat;

background-color: #000000; 
font-family: verdana; 
font-weight: normal; 
font-size: 12px; 
color: #f0f0ee; 
SCROLLBAR-FACE-COLOR: #000000; 
SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
SCROLLBAR-SHADOW-COLOR: #00000; 
SCROLLBAR-3DLIGHT-COLOR: #FFCC11; 
SCROLLBAR-ARROW-COLOR:  #FFCC11; 
SCROLLBAR-TRACK-COLOR: #00000; 
SCROLLBAR-DARKSHADOW-COLOR: #FFCC11;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
}
#header {
font-family: serif; 
color: #FFCC11;
font-size: 60px;
  margin-top: 0px;
   margin-left: 250px;
   text-decoration: bold;
  }
  #header2 {
font-family: serif; 
color: #FFCC11;
font-size: 36px;
  margin-top: 0px;
   margin-right: 75px;
   margin-left: 440px;
   align: right;
   text-decoration: bold;
  }

#content {
  margin-top:50px;
   margin-left: 20px;
   margin-right: 180px;
  }
 #list{
  margin-top: 50px;
   margin-left: 0px;
   margin-right: 500px;
  } 
.button {
  padding: 5px;
    text-decoration: none;
	font-size:14px;
    }
.buttond {
  padding: 4px;
    text-decoration: none;
	font-size:20px;
	border-color: #FFCC11;
	background: #ffffff
	font-color: #000000;
    }
a:link { color:#FFCC11; text-decoration:bold}
a:visited { color:#FFCC11; text-decoration:none}
a:hover { color:#E0DFDB; text-decoration:none}
a:active { color:#FFCC11; text-decoration:none}

