body 
{
   background-color: WhiteSmoke;
   font-family: Sans-serif,Verdana,Arial;
   color: black;
   margin: 1em;
   margin-left: 6em;
   margin-right: 6em;
}


body.main 
{
   background-color: white;
}

a:link 
{
   color: rgb(0,40,200);
   text-decoration: none;
}

a:visited 
{
   color: rgb(128,20,0);
   text-decoration: none;
}

a:hover 
{
   color: rgb(0,160,255);
   text-decoration: none;
}

ul li 
{  
   margin-bottom: .3em; 
}

h1 
{ 
   color: rgb(153,0,0); 
   margin-top: .1em;
   margin-bottom: .1em;
}

h2 
{ 
   color: rgb(0,0,153);
   margin-top: .1em;
   margin-bottom: .1em;
}

h3 
{ 
   color: rgb(51,0,0); 
   margin-top: .1em;
   margin-bottom: .1em;
}

dt 
{ 
   font-weight: bold;
   color: rgb(102,0,0);
}

dd 
{ 
   padding-bottom: .3em; 
}

form
{
   margin-top: .1em;
   margin-bottom: .1em;
}

form.pictureform
{
   margin-top: .2em;
   margin-bottom: .2em;
}

p.graybg, table.graybg, td.graybg
{
  background-color: WhiteSmoke;
}

td.links
{
  text-align: center; 
  background-color: white;
}
