body {
	background-image: url(general/weiss.jpg);
	font-family: Courier, Arial;
	color: Blue;
	text-align: center;
}
a:link { color: Blue; }
a:visited { color: Blue; }
a:hover { color: Blue; }
.cont {
	text-align: center;
	color: Blue;
	position: absolute;
	top: 150px;
	left: 350px;
	width: 500px;
	background-color: #F8F8F8;
	}
.gal {
	text-align: center;
	font-size: 1em;
}
span {
	overflow: auto; 
	overflow-style: marquee; 
	white-space: nowrap;
	color: #000080;
}
.secu {
	background-color: #FFFF00;
	color: #FF0000;
	padding: 2px 2px;
}
