body {
  background : white;
  font-family: Garamond, "Times New Roman", Times, serif;
  font-size : 11pt;
}
#mainpage p { 
  color : #000000; 
  background : #ffffff; 
  font-family: Garamond, "Times New Roman", Times, serif;
  font-size : 11pt; 
}
#mainpage p a { 
  text-decoration : underline; 
  color : #0000ff; 
}
a[href]:after {
  content: " (" attr(href) ")";
}
#mainpage p a[href]:after {
  content: " (" attr(href) ")";
}
div.mainpage h1 a[href]:after {  
  content: " (" attr(href) ")";
}
div.mainpage ul a[href]:after {  
  content: " (" attr(href) ")";
}
div.mainpage ol a[href]:after {  
  content: " (" attr(href) ")";
}
#hor, #vert, #pagelinks, #UpperStripe, #LowerStripe, #logo, #banner, #search {
  display : none;
}

