body 
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
		
#top
{
	padding: .5em;
	margin: 10px auto;
	border: 1px solid gray;
	background-color: #008DD7;
	font-size: 18px;
	color: silver;
	
}

/* link without underline, no change color*/
#top a 
{
	text-decoration:none; 
	color:silver
}
		
#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	border: 1px solid gray;
}
		
#footer img {
	border: 0px;
}

#footer a 
{
	text-decoration:none; 
	color:#008DD7;
	font-size: 12px;
}
