body {
	background: #666;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	text-align: justify;
}

#top  {
	clear: both;
	text-align: center;
	padding: 1em;
	font-size: 1.4em;
	color: #FFF;
}

#top img {
	border: 0;
	width: 250px;
}

#top h1 {
        color: #ddd;
}


#center {
	text-align: center;
        line-height: 2em;
	margin: 1em 0 0 0;
	padding:3em 4em;
	background-color: #FFF;
}

#center a:link {
	text-decoration: none;
	color: #333;
	padding: 0;
}
#center a:visited {
	color: #777;
	text-decoration: none;
}
#center a:hover {
  	border-bottom: 4px solid #ff9900;
  	text-decoration: none;
}

#footer  {
	clear: both;
	text-align: center;
	padding: 1em;
	font-size: 1em;
	color: #FFF;
}

#footer a:link, #footer a:visited , #top a:link, #top a:visited{
	color: #FFF;
	text-decoration:none;
}

#footer a:hover{
color: #ff9900;
}
