body {
	background-color: #ffffff;
	color : Black;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;	
	width: 800px;
}
P {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}
.white {
	color : #FFFFFF;
}
P.quote {
	font-size: 83%;
	color : Black;
	margin-left: 10%;
	margin-right: 10%;
}  
P.rh {
	font-size: 83%;
	color : Black;
	text-align: right;
}
P.ubu {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}
li {
	font-size: 83%;
	color : Black;
} 
ul {
	font-size: 100%;
	color : Black;
}  
ol {
	font-size: 100%;
	color : Black;
}   
h1 {
	font-weight: 700;
	color : Black;
}
h2 {
	font-weight: 500;
	color : Black;
}
h3 {
	font-weight: 400;
	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: 650px;
}
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: 120px;
	text-align: left;
	float: left;
}
div.right{
	width: 480px;
	text-align:left;
	float: left;
	margin-left : 125px;
}
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%;
}
   
   
