body {
	font-family: verdana, arial, sans-serif;
	color: #333333;
}

.wrapper {
/*	border: solid 1px #000000; */
}
  
.content {
	float: left;
	height: 92%;
	width: 100%;
/*	border: solid 2px #ff0000; */	
	text-align: center;	
}

.footer  {
	float: left;
	width: 100%;
	height: 25px;
	min-height: 25px;
	line-height: 25px;
/*	border: solid 3px #ffcc00; */	
/*	background-color: #999999; */
	text-align: center;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}



.footer a {
	color: #333333;
	text-decoration: none;
}

.footer a:visited {
	color: #333333;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
	text-decoration: underline;
}
