﻿@charset "utf-8";

body, #content { font-family: serif; font-size: 12pt; }
#head, #header, #sidebar, #nav { display:none; }
#footer, #banners {display:none;}
#container {width: auto}
#content {width: auto; }
img { 
  float:left; 
  margin:1.5em 1.5em 1.5em 0;
}
p img.top { 
  margin-top: 0; 
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}




a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}








