html, body {
	background: #ffffff;
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
  
a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #333333;
}
.nav {
	text-transform: uppercase;
	text-align: center;	
	font-weight: bold;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.nav a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#content {
	width: 689px;
	height: 411px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 2px;
	text-align: left;
}

#slogan {
	float: left;
	height: 45px;
	text-align: center;
	width: 689px;

}

.print {
	color: #999999;
	font-size: 10px;
	padding-right: 5px;
}

.img {
	border:1px solid #666666;
}

#enter {
	padding: 4px;
}
