   body {
	background-color: #ffffff;
	color : Black;
	font-family: "Times New Roman", Roman, Times, garamond, bodoni, serif;
	font-size-adjust: .45;	
	width: 800px;
}
P {
	font-size: 83%;
	color : Black;
}  
P.quote {
	font-size: 83%;
	color : Black;
	margin-left: 10%;
	margin-right: 10%;
}  
P.rh {
	font-size: 83%;
	color : Black;
	text-align: right;
}
li {
	font-size: 83%;
	color : Black;
} 
ul {
	font-size: 100%;
	color : Black;
}  
ol {
	font-size: 100%;
	color : Black;
}   
h1 {
	font-size: 144%;
	color : Black;
}
h2 {
	font-size: 120%;
	color : Black;
}
h3 {
	font-size: 100%;
	color : Black;
}
A:Visited  {
	color : Purple;
	text-decoration : underline;
}
A:Hover  {
	color : Red;
	text-decoration : underline;
}
A:Active  {
	color: Blue;
	text-decoration : underline;
}
div.main {
	width: 900px;
}
div.wide {
	width: 85%;
	text-align: center;
	margin-left: 5%;
}
div.wide-text {
	width: 75%;
	text-align: left;
	margin-left: 5%;
}
div.middle {
	width: 630px;
	text-align: center;
}
div.left {
	width: 100px;
	text-align: left;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
div.right{
	width: 700px;
	text-align: left;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
div.rh {
	display: block;
	text-align: right;
	vertical-align: baseline;
	float: right;
} 
div.lh {
	display: block;
	text-align: left;
	vertical-align: baseline;
	float: left;
}  
div.one {
	background-color: Silver;
	margin-left: 5%;
	margin-right: 5%;
}
   
   
