body {
	color: #999999;
	font-family: Arial;
}

h1 {
	color: #666666;
	font-size: 1.8em;
	font-weight: 100;
}

h2 {
	color: #FFCC66;
	font-size: 1.4em;
	font-weight: 100;
}

a {
	color: #FFCC66;
}

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

p {
	text-align: justify;
}

.pageArea {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.proceed {
	text-align: center;
}

.proceed a {
	color: green;
}

.proceed a:hover {
	color: #999999;
	text-decoration: underline;
}
