body 
{
   color: black;
   background: #fdf6ca;
   margin-left: 10%;
   margin-right: 10%;
   border: 1px dotted gray;
   padding: 1px 10px 1px 10px;
   font-family: Verdana, Geneva, Arial, sans-serif;
}
h1, h4 
{   color: #000000;
	background-color: #fec10e;}
h5
{   color: silver;
    background-color: silver;}
h1.title {font-size: 400%; border-bottom: 2px solid black; text-align: center}
h1.myclass {font-size: 160%; border-bottom: 2px solid black; text-align: center}
h1.userpass {display: inline; font-size: 50%; color: #fdf6ca; background-color: #fdf6ca; border-width: 0; border: none; text-align: left}
h2.myclass {font-size: 130%; border-width: 0; border: none; text-align: right}
h3.myclass {border-width: 0; border: none; text-align: center}
h4.myclass {border-width: 0; border: none; text-align: center}
h5.myclass {border-width: 0; border: none; text-align: left}
table {
   margin-left: 20px;
   margin-right: 20px;
   border: thin solid black;
   caption-side: bottom;
}

td, th {
   border: thin dotted gray;
   padding: 5px;
}

caption {
   font-style: italic;
   padding-top: 8px;
}
#navlist
{
   margin-left: 0;
   padding-left: 0;
   list-style: none;
}
#navlist li
{
   padding-left: 10px;
   background-image: url(images/YellowBullet.bmp);
   background-repeat: no-repeat;
   background-position: 0 .5em;
}