/* colors used 

blue  009bbc
lt blue    a3d8e3
liter blue     c4e6ed
Dk blue       02819c

Red   df1a28
Dk red    be131f

######### */

body {
	background-color: #009bbc; 
	padding: 0;
	border: 0;
	}

h1 {
	background: white; 
	font-family: "Georgia", serif; 
	font-weight: normal;
	font-size: 22px;
	line-height: 120%;
	color: #444;
	text-decoration:underline;
	text-align: center;
	margin-top:20px;
	}
.paragraphs {
	 background: white; 
	 font-family: "Georgia", serif; 
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
	color: #000000;
	margin-bottom:10px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
	}
