html, body {
	background-color:#ffffff;
	padding:0;
	margin:5;
	text-align: left;
	font-family:  Georgia, Palatino, Times New Roman;
	color: #222222;
	}

h1 {
	font-size: 190%;
	font-weight:normal;
	text-align:left;
	line-height:1em;
	
}

h2 {
	font-size: 100%;
	font-weight:bold;
	text-align:left;
	line-height:1.5em;
	
	/* border-bottom: solid 1px #222222; */
}

h3 {
	font-size: 120%;
	font-weight:normal;
	text-align:left;
	line-height:1.2em;
		/* color: #a80065; */
	border-bottom:solid 1px #cccccc;
	padding-bottom:5px;
	

}


p {
	font-size: 75%;
	text-align:left;
	line-height:1.5em
	}

a:link,
a:visited {
	font-size: 100%;
	color: #a80065;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}