/* CSS Document */
body {
	background-color: #70266C;
	color: #8E9295;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	
	font-size: 80%;
}
a:link {
	color: #8E9295;
	text-decoration: underline;	
}
a:visited {
	color: #8E9295;
	text-decoration: underline;
}
a:hover {
	color: #8E9295;
	text-decoration: none;
}
.pictureborder {
	border: solid #8E9295 1px;
}