body {
	margin: 5% 10%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}

div.row span.left {
	float: left;
	text-align: left;
	width: 49%;
	height: 255px;

  }

div.row span.right {
	float: right;
	text-align: right;
	width: 49%;
	height: 255px;
  }
  

a:link {
	color: #666699;
}
a:visited {
	color: #666699;
}
h1 {
	font-size: 125%;
	color: #666699;
	margin-top: 0px;
}
h2 {
	font-size: 110%;
	color: #666699;
}


hr {
height:0px;
border: 0px solid #666699;
border-top-width: 1px;
}


.small {
font-size: 80%;
}


