
div#wrapper {
    width=800;
}
div#top li  {list-style: none; margin: 0; display:inline;}

div#navigation    {width: 60em;}
div#navigation li {list-style: none; margin: 1em; display:inline;}

div#buttons    {float: left; width: 12em;}
div#buttons li {list-style: none; margin: 10px; text-align: center;}

div#main    {margin-left: 15em; max-width: 40em;}

div#footer  {clear: both;  margin: 1em; text-align: right; }


*       {line-height: 1.4; }
body	{ color: #282828;
	  background: #E0E0E0;
	}
       
h1 	{ font-style:italic; }
ul 	{ list-style-type:square; }
ul ul 	{ list-style-type:circle; }
strong  { color: #000000; }
a:link  	{ color: #202020 ; text-decoration:underline; }
a:visited 	{ color: #404040 ; text-decoration:underline; }
a:hover 	{ color: #000000 ; text-decoration:underline; }
a:active 	{ color: #000000 ; text-decoration:underline; }
a:focus 	{ color: #000000 ; text-decoration:underline; }

dl dt           {font-style: bold; font-size: 120%; text-decoration:underline;}
dl dd pre       {background: #D8D8D8; }

table.textbutton	{
  border: 2px solid #de006b;
  background-color: #d8d8d8;
}
table.logo	{
  border: 2px solid #d8d8d8;
  background-color: #d8d8d8;

}

