a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}



#whole {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	border: 1px solid #333333;
	padding: 12px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
body {
	background-color: #006600;
}
h1 {
	font-size: 22px;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006600;
	line-height: 120%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
	line-height: 120%;
}

