body {
	margin: 0;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	width: 100%;
	overflow-x: hidden;

}
a {
	color: #acd373;
	text-decoration: underline;
}
a:hover {
	color: #acd373;
	text-decoration: none;
}

img {
	border: 0;
}

a:link .pict, a:visited .pict {
	width:180px;
	height:150px;
	border: 2px #555555 solid;
}

a:active .pict, a:hover .pict {
	width:180px;
	height:150px;
	border: 2px #ffffff solid;
}