

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 100%; 
 font-weight: bold;
 color:blue;
 }

.overallstyle {
	font-family: "Courier New", Courier, monospace;
	font-size:12px
	}
#hdr {font-size:18px;
 font-weight: bold;
}
 
#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
/* background: transparent url(images/list-off.gif) left center no-repeat; */
text-align: left;
text-decoration: none;
color: #999;
}

#navcontainer ul li a:hover
{
/* background: transparent url(images/list-on.gif) left center no-repeat; */
color: black;
}

#navcontainer ul li a#current
{
/* background: transparent url(images/list-active.gif) left center no-repeat; */
color: #666;
}