html,body {
	color: #5a5a5a;
	background-color: #fff;	
	font: 12px Georgia, Arial,Helvetica,Verdana;	
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;	
}
#content {
}
p {
	width: 270px;
	line-height: 150%;
	font-weight: normal;
	clear: both;
	margin: 14px 0 0 30px;
	padding: 0;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing:-0.5px;
	margin: 30px 0 0 30px;
	padding: 0;
}
h2 {
	letter-spacing:-0.5px;	
	font-size: 13px;
	margin: 0 0 0 30px;
	padding: 0;		
}
.italic {
	font-style: italic;
}
.space{
	margin: 30px 0 0 30px;
}
a:link { 
	text-decoration: underline;
	background: none;
	color: #5a5a5a;
}
a:active { 
	text-decoration: underline;
	background: none;
	color: #5a5a5a;
}
a:visited { 
	text-decoration: underline;
	background: none;
	color: #5a5a5a;
}
a:hover { 
	text-decoration: none;
	background: none;
	color: #333;
}