BODY
   {
   background-color:#2C2421;
	 background-image:url('http://www.atomicafe.com/images/graybg.jpg');
   background-attachment:fixed;
	 }

TABLE
   {
   color: #310000;
   font-family: sans-serif;
   font-size: 13px;
   }

H1
   {
   color: #310000;
   font-style: italic; 
   font-size: 150%;
   font-family: serif;
   text-align: center;
   }

H2
   {
   color: #310000;
   font-style: normal; 
   font-size: 140%;
   font-family: serif;
   text-align: center;
   }

.menu
   {
   color: #310000;
   font-style: normal;
   font-size: 85%;
   text-align: left;
   margin-left: 1em;
   font-family: sans-serif;
   }


.link
   {
   color:#b01c20;
	 text-decoration:none;
	 font-weight:bolder;
   }
.link A:link{color:#b01c20;
	 text-decoration:none;
	 font-weight:bolder;}
.link A:visited{color:#b01c20;
	 text-decoration:none;
	 font-weight:bolder;}
.link A:active{color:red;
	 text-decoration:none;
	 font-weight:bolder;}

.whitelink
   {
   color:white;
   }
.whitelink A:link{color:white}
.whitelink A:visited{color:white}
.whitelink A:active{color:white}

.link2
   {
   color:#310000;
   }
