body {
	background: #FFFFFF;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	color: #b2b2b2;
	text-decoration: underline;
}

a:hover {
	color: #b2b2b2;
	text-decoration: none;
}

.right-up {
	position: absolute;
	top: 0;
	right: 0;
}
.left-down {
	position: absolute;
	bottom: 0;
	left: 0;
}

