﻿/*Design*/

 .content h1 {
	FONT-SIZE: 24px;
	margin-left: 10px;
	COLOR: #333333;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	TEXT-ALIGN: center;
	color:#ffffff;
	font-weight: normal;
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-bottom: .7em;
}
 
 .content p{
	MARGIN: 1em 1em;
	LINE-HEIGHT: 150%;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size: 16px;
}

.footline p{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	TEXT-ALIGN: center;
	color:#000;
	margin-top:-10px;
	font-weight: normal;
}

img {
float:left;
margin-right:10px;
}

a {
text-decoration:none;
color:#ffffff;
}

a:hover {
text-decoration:underline;
color:#ffffff;
}
