 A
 {
     text-decoration: none;
     color: #cecece;
 }

 A:hover
 {
     color: #cecece;
     text-decoration: underline;
 }

 BODY
 {
    background-color: #202020;
     font-family: Arial;
 }

 .headcenter
 {
     font-weight: bold;
     color: #cecece;
     background-color: #000000;
     text-align: center;
     font-family: Verdana;
     font-size: 16px;
 }

 .headright
 {
     font-weight: bold;
     color: #cecece;
     background-color: #000000;
     text-align: right;
     font-family: Verdana;
     font-size: 16px;
 }

 .foot
 {
     font-weight: bold;
     color: #cecece;
     background-color: #000000;
     text-align: center;
     font-family: Verdana;
     font-size: 9px;
 }

 .menu
 {
     font-weight: bold;
     color: #cecece;
     background-color: #000000;
     text-align: right;
     font-family: Verdana;
     font-size: 14px;
 }

 .menu2
 {
     font-weight: bold;
     color: #cecece;
     background-color: #000000;
     text-align: right;
	 font-family: Verdana;
     font-size: 12px;
 }

 .body
 {
     color: #cecece;
     background-color: #151515;
     font-family: Verdana;
     font-size: 12px;
 }

 .quote
 {
     background-color: #0A0A0A;
 }

 .quotetopleft
 {
     background-color: #000080;
	  text-align: left;
 }
 
 .quotetopcenter
 {
     background-color: #000080;
	  text-align: center;
}
 
p.center {text-align: center}

h1.center {text-align:center}
