body {
background-color: #FFFFFF;

font-family: Times, Serif;
font-size: 14px;
color: #000000;

align: center;
line-height: normal;
}

.header {
  text-align: center;
}

.container {
width: 600px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;
}
  
.middle {
  padding-top: 20px;
  text-align: center;
margin:0px auto;
  clear: both;
}

.footer {
  padding-top: 20px;
  text-align: center;
  clear: both;
}

img.logo {
	margin-top: 20px;
}

/**** TEXT *************************************************************/

h1 {
	font-size: 18px;
	text-align: center;
	color: #660000;
}

p.c1 {
	font-family: Times, Serif;
	text-align: left;
	font-size: 14px;
	line-height: 150%;
}

/**** LINKS *************************************************************/

a:link {
	color: #669800;
	font-size: 14px;
	text-decoration: none;
}
a:visited {
	color: #669800;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: #669800;
	font-size: 14px;
	text-decoration: none;
}
a:active {
	color: #669800;
	font-size: 14px;
	text-decoration: none;
}