html, body {
	background: #E6E6E6;
	font-family: sans-serif;
	font-size: 100%;
	color: #272727;
	line-height: 110%;
	margin: 0;
	padding: 0;
}


h2 {
	color: #294EB4;
	font-size: 120%;
	font-weight: bold;
	padding: 0 20px;
}

h3 {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	padding: 0 20px;
}

div.content{
	width: 800px;
	margin: 20px auto 20px auto;
	padding-bottom: 20px;
	background: #ffffff;
}

a:link {
 	font-weight: normal;
 	color: #294EB4;
	text-decoration: none;
}

a:visited {
	font-weight: normal; 
	color: #294EB4;
	text-decoration: none;
}

a:active {
	font-weight: normal; 
	color: #294EB4;
	text-decoration: none;
}

a:hover {
	font-weight: normal; 
	color: #294EB4;
	text-decoration: underline;
}

div.content p {
	padding: 0 20px;
	text-align: justify;
}

div.content p.intro {
	font-size: 105%;
	font-style: italic;		
	line-height: 120%;
}

div.content p.logo {
	text-align: center;
}

ul {
	margin-left: 45px;
}
