body {
  margin: 0px 0px 0px 0px;
  font-family: verdana, geneva, arial, helvetica, sans-serif; 
  font-size: 11px; 
  background-color:black; 
  text-decoration: none; 
  font-weight: normal; 
  line-height: normal; 
  color:white;
}
 
A          { color: #39C; }
A:link     { color: #39C; text-decoration: underline; }
A:visited  { color: #39C; text-decoration: underline; }
A:active   { color: #39C; text-decoration: underline; }
A:hover    { color: #39C; text-decoration: underline; }

h1 {
	font-size:20px;
	font-family: Georgia, sans-serif;
	font-weight:normal;
}

#content {
  width:400px;
  position: absolute;
  left: 55px;
  top: 60px;
  border:1px solid white;
  padding:20px;
}

#steplist {
	margin-top:10px;
	float:right;
	width:100px;
}
