body{
	text-align: center;
	margin: 0px;
}

#picture {
	text-align: center;
	margin: auto;
}
#text {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	margin: auto;
}
#top {
	width: 500px;
	text-align: center;
	margin: auto;
}
#foot {
	text-align:center;
	margin: auto;
	font-size: 70%;
	color: #999999;
}
a:link {
	color: #996666;
	text-decoration: none;
}
a:visited {
	color: #996633;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

