
html {
	background-color: #ced8e4;
}

body {
	margin: 40px 80px; padding: 0px;
	text-align: center;
	font-family: Microsoft Sans Serif, Calibri, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	border: solid #557eaa; 
	border-radius: 2em;
	background-color: #fff;
	outline: thin solid #334c66;
}

a:link {
  color: #557eaa;
}

a:visited {
  color: #557eaa;
}

a:hover {
  color: #ced8e4;
}

a:active {
  color: #557eaa;
}

ul.logos {
	list-style-type: none;
	margin: 0;
    padding: 1em 0 1em 0;
	overflow: auto;
}

ul.logos li {
    display: inline-block; 
	float: none;
	margin: 0 10px;
}

#header {
	margin: 40px auto 0 auto;
	font-family: Georgia, Times New Roman, Garamond, serif;
	font-size: 40px;
	font-weight: bold;
	color: #fff; 
	text-shadow: -1px 1px 4px #334c66,
				  1px 1px 4px #334c66,
				  1px -1px 0 #334c66,
				  -1px -1px 0 #334c66;
}

#content {
	margin: 10px 20px;
}

#content p {
	font-size: 1em;
}

#footer {
	margin: 30px auto;
	font-size: .9em;
}

p.tm {
	font-size: .7em;
}

.logo {
	font-family: Georgia, Times New Roman, Garamond, serif;
}