body {
	background-color: #eeeeee;
	color: #666666;
	font-family: Verdana,Sans-serif;
}

.logo {
	background-image: url('../GFXs/logo.png');
	width: 445px;
	height: 259px;
	cursor: pointer;
	margin: auto;
}
h1 {
	color: #6666cc;
	font-size: 13px;
	font-weight: 600;
}
div {
	color: #cc0066;
	font-size: 11px;
	font-weight: 600;
}
a {
	color: #cc0000;
	font-size: 11px;
	font-weight: 600;
}
a:hover {
	text-decoration: none;
}