body {
margin:50px 0px; padding:0px;
text-align:center;
text-align: center;
font-family: verdana;
font-size: 11px;
color: #AFAFAF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
}

/* main "container" */
#content {
/* for some reason, this works in NN */
  width:600px;
  margin:0px auto;
  text-align:left;
margin-top: 1px;	
/* ...and this does not
margin: 0px;
width: 444px;
text-align: justify;
*/
border: 0px solid #C3C3C3;
background-color: #FFFFFF;
font-family: verdana;
font-size: 11px;
line-height: 15px;
letter-spacing: 2px;
color: #AFAFAF;
}

/* links in content */
a:link, a:visited, a:active {
text-decoration: none; 
font-weight: normal;
color: #A3C353;
}

a:hover {
text-decoration: underline; 
font-weight: normal;
color: #A3C353;
background-color: #EDEDD4;
/* background-color: #EAF2B6;
height: 12px;
filter:dropshadow(color=#FFD200,offx=1,offy=1); */
}