@charset "UTF-8";

a:link {
	color: #6FF;
	text-decoration: none;
}
a:visited {
	color: #39F;
	text-decoration: none;
}
a:hover {
	color: #63C;
	text-decoration: none;
}
a:active {
	color: #F0F;
	text-decoration: none;
}
/* CSS Document */

#mainContent p, #mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
	color: #039;
	font-weight: normal;
	letter-spacing: 0.7px;
	text-align: center;
}
#mainContent h1 {
	color: #06C;
	font-size: 22px;
	line-height: 20px;
	letter-spacing: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: center;
}
#mainContent h2 {
	color: #039;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.5em;
	text-align: center;
}
#mainContent ul li {
	list-style-type: disc;
	margin-left: 1.5em;
	color: #039;
	text-align: center;
}
#mainContent ul li ul li {
	list-style-type: circle;
	color: #006;
	float: left;
}
