body {
	/*text-align: center;*/
	font-size: 16px;
	margin: 0px;
	/*background-color: #336699;*/
}

DIV {
	margin: 0px auto;
}

IMG {
	border: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.left {
	float: left;
	display: inline;
	overflow: hidden;
}

.right {
	float: right;
	display: inline;
	overflow: hidden;
}
