/* basic elements */
body { 
	margin: 0px;
  font-size:80%;
  text-align: center;
 	font-size: .8em;
	color: #555753;
	}
p { 
	font-size: 1em; 
	text-align: justify;
	}
a { 
	font-weight: bold; 
	text-decoration: none; 
	}

/* specific divs */
#container {
  text-align: left;
	}

#pageHeader h1 { 
  background: transparent url(h1.gif) no-repeat top left;
	}

#pageContent {
	}
.header {
  font-weight: bold;
  font-size: 1.5em;
  }
#pageNavigation {
	}
.issue {
  font-size: 1.2em;
	font-weight: bold;
	}  

#navigationList {
	display: none;
	}

#pageNavigation2 {
	display:none;
	}

#articleImageDescription {
	font-size: .7em;
	}	
	
#rightColumn{
	display:none;
	}
#pageFooter{
	display:none;
	}
