.body {
	background-color: #003300;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bodyAdmin {

	background-color: #660000;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a:link {
	text-decoration: none;
	color: #663333;
}
a:visited {
	text-decoration: none;
	color: #663333;
}
a:active {
	text-decoration: none;
	color: #663333;
}
a:hover {
	text-decoration: underline overline;
	color: #663333;
	}
.thumbnail {
	border: 2px solid #00FF00;
}
img {
	border: 2px solid #330000;
}

