#content, #header, #contentContainer {
  color : #000000;
  background : #ffffff;
}

html, body {
    background: #ffffff;
}

#header {
padding-bottom:5px;
}

#altHeader {
visibility: visible;
display: block;
background: #ffffff;
float: left;
padding-bottom: 4px;
}

#images {
padding:3px;
}

#content{
  float: left;
  padding-top: 8px;
  padding-left: 7px;
  }
  
#contentContainer {
	float: left;
	width: 570px;
}

a {
  text-decoration : underline;
  color : #0000ff;
}

a:visited {
 color: #0000ff;
}

.navigation, .footer, #pageHeader, #printarticle, .breadcrumb, .print {
  display : none;
  visibility: hidden;
}