body {background: #000; 
 text-transform: none;
 text-align: left;
font-family: Arial; 
font-size: small; 
 color: white; 
margin: auto; 
padding: 3px;
 max-width: 240px; 
} 
 a {  margin: 1%;
 color: orange; text-decoration: none;}
a:hover { color: dark orange; border: dashed orange; border-width: thin;  } 
.logo { background: url(pic/logo.gif); color: black; background-repeat: no-repeat;  height: 80px; }
.title { background-image: url(/pic/a.gif);
 color: #000;
 text-align: left;
 height: 46px;
 max-width: 240px; 
 background-repeat: no-repeat;
 background-position: left;
}

.b  { 

background-image: url(/pic/b.gif); background-repeat: repeat-y;
color: #fff;
 background-color: #000;
 text-align: left;
 max-width: 240px; 
}
.bottom { background: url(/pic/bot.gif); background-repeat: no-repeat;  height: 80px; }

