.title{
height: 100px;
background-image: url(imgs/titlebar.gif); 
background-repeat: repeat-x;
}

.head{
background-image: url(imgs/heading.gif); 
height: 25px; 
border: 2px #cdc9a5 solid; 
padding-left: 10px; font-weight: bold; 
color: #CDC9A5
}

.bod{
padding: 10px; 
border: #cdc9a5 2px solid;
background: #8b8970;
}

.menu{ 
border: #cdc9a5 3px solid;
background: #8b8970;
}

.menu a{ color: #CDC9A5; font-weight: bold; display: block; padding: 4px; text-decoration: none;}
.menu a:visited{}
.menu a:hover{background: #8b8970; color: #cdc9a5; text-decoration: underline;}
.menu a:active{background: #8b8970; color: #cdc9a5; text-decoration: underline;}

.bod a{ color: #CDC9A5; font-weight: bold;}
.bod a:visited{}
.bod a:hover{background: #8b8970; color: #cdc9a5;}
.bod a:active{background: #8b8970; color: #cdc9a5;}

dl{margin-left: 2em;text-indent: -2em;}
dd{margin-bottom: 7px;}
dt{margin-bottom: 7px;}