body {
	max-width: 960px;
	margin: 0 auto !important;
	float: none !important;
	background: #348ccc;
}
			
p1 {
	text-align: center;
	display: block;
	font-family: Palatino Linotype;
	color: black;
	font-size: 19px;
}

p2 {
	text-align: center;
	display: block;
	font-family: Palatino Linotype;
	color: black;
	font-size: 14px;
}

p3 {
	text-align: left;
	display: block;
	font-family: Times;
	color: black;
	font-size: 19px;
	line-height: 1.5;
}

p4 {
	text-align: left;
	display: block;
	font-family: Palatino Linotype;
	color: black;
	font-size: 19px;
}

p5 {
	text-align: center;
	display: block;
	font-family: Palatino Linotype;
	color: black;
	font-size: 16px;
}

h1 {
	text-align: center;
	display: block;
	font-family: Arial, sans-derif;
	color: #48687f;
	font-size: 17px;
}

h2 {
	text-align: center;
	display: block;
	font-family: Trebuchet MS, sans serif;
	color: black;
	font-size: 18px;
}

h3 {
	text-align: center;
	display: block;
	font-family: Palatino Linotype;
	color: black;
	font-size: 19px;
}

h4 {
	text-align: center;
	display: block;
	font-family: Arial, sans-derif;
	font-style: italic;
	color: #48687f;
	font-size: 20px;
	margin-bottom: 0;
}

h5 {
	text-align: center;
	display: block;
	font-family: Arial, sans-derif;
	font-size: 17px;
	margin-bottom: 8;
}

a:link {
        color: #48687f;
	    text-decoration: underline;
}

a:visited {
       color: #348ccc;
	       text-decoration: underline;
}

a:hover {
         color: #348ccc;
         text-decoration: underline;
}
       
a:active {
          color: #48687f;
          text-decoration: underline;
}
