body {
	background-image: URL('img/narsil-bg-c.png');
	background-color: silver; 
	margin: 5px; font-family: verdana, sans-serif; font-size:medium;
}

h1 { font-size: 150%; }

p { font-weight: bolder; max-width:680px }

#tail { font-weight: normal; }

td { background-image: url('img/menu10p.png'); }

table a:hover { background-image: url('img/menu20p.png'); }

#navcontainer ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
 
#navcontainer a {
 display: block;
 color: #804000;
 text-align: center;
 width: 5em;
 padding: 3px;
 text-decoration: none;
 font-family: verdana, sans-serif;
 font-weight: bold;
 font-size: 105%;
}

#navcontainer a:hover {
 background-image: url('img/menu20p.png');
 color: #804000;
}

#navcontainer li a#current {
 background-image: url('img/menu40p.png');
 color: white;
}