body {
	background-image: url("images/verynice/gradbg.png");
	background-size: 100px 100px;
	background-attachment: fixed;
	color: #ffffff;
	text-shadow: 1px 1px #000000, 2px 2px #336699, 3px 3px #6699cc;
	margin: 12px;
}
.loggo {
	background-image: linear-gradient(#ff184c, #ff3300, #ff9900, #ffcc00);
	font-weight: bold;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: outset;
	border-width: 4px;
}
.loggo h1 {
	text-align: center;
	top: 50%;
	left: 50%;
	font-size: 48px;
}
.loggo img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
p {
	font-family: Arial;
	text-align: center;
}
a {
	color: #ccffff;
}
a:hover{
	color: #ffffff;
}
h1 {
	font-family: Trebuchet MS;
}
img {
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.yt {
	display: block;
	float: left;
	margin-left: 2%;
	margin-right: auto;
}
.endimages img {
	height: 256px;
}
audio {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 #000000;
}