body { 
          margin: 0; 
          padding: 0; 
          background-color: #323232;
}

h1 { 
          display: none; 
}

#content { 
          position: center; 
          font: normal 9px arial; 
          color: #ffffff; 
	  padding-left: 60px;
	  text-align: left;
}

#content a { 
          font-weight: italic; 
          color: #ff6e97; 
          text-decoration: none; 
}

#content a:hover { 
          font-weight: italic; 
          color: #e44572; 
          text-decoration: line-through; 
}
