body {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

div.background {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width : 990px;
	height: 700px;
	background-image: url('./background.png');
	background-repeat: no-repeat;
	text-align: center;
}

a {
	text-decoration: none;
	color: #0066FF;
}

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

h1 {
	font-weight: bold;
	font-size: 500%;
	margin: 0;
}

h3 {
	margin: 100px;
}
div.xiti {
	margin-top: 20px;
	text-align: center;
}
img.imageLink {
	border-style: none;
}
div.withMarginTop {
	margin-top: 20px;
	text-align: center;
}