div.main, div.cartouche	{
	text-align:center;	/* extra for the cartoon pages */
}

p.previous {
  float: left;
  margin: 2em 0em 2em 0em;
  padding:3px;
}
p.next {
  float: right;
  margin: 2em 0em 2em 0em;
  padding:3px;
}
	
img.here	{
	border: 5px double black;
}

a.writer {	
  background-image: url(images/writertn.gif);
  display:block;
  height:150px;
  width:114px;
}

a.writer:hover {	
  background-image: url(images/negwritertn.gif);
}	

a.editor {	
  background-image: url(images/editortn.gif);
  display:block;
  height:150px;
  width:95px;
}

a.editor:hover {	
  background-image: url(images/negeditortn.gif);
}

a.critic {	
  background-image: url(images/critictn.gif);
  display:block;
  height:150px;
  width:115px;
}

a.critic:hover {	
  background-image: url(images/negcritictn.gif);
}

a.public {	
  background-image: url(images/publictn.gif);
  display:block;
  height:150px;
  width:95px;
}

a.public:hover {	
  background-image: url(images/negpublictn.gif);
}


