A:link 
{ text-decoration: none; color:#FF6633; }
A:visited
{ text-decoration: none; color:#FF66FF; }
A:active
{ text-decoration: underline overline; color:#CC99FF; }
A:hover
{ text-decoration: underline overline; color:#00CCFF; }

body {
background: #000000;
background-image: url(background.bmp);
background-repeat: no-repeat;
background-attachment: fixed;

font-family: verdana;
color: #FFFFFF; 
letter-spacing: normal;
font-weight: normal;
font-size: small;

margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;

}

#menu {
  position: absolute;
  left: 10px;
  padding: 0px;
  width: 200px;

}

#content {

  margin-left: 200px;
  padding: 0px;
  margin-right: 10px;
}