@charset "utf-8";
/* CSS Document */

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	color: #003;
}
h2 {
	font-size: 18px;
	color: #003;
}
h3 {
	font-size: 16px;
	color: #333;
}
h4 {
	font-size: 14px;
	color: #006;
}
h5 {
	font-size: 12px;
	color: #009;
}
h6 {
	font-size: 10px;
}
a {
	font-size: 14px;
	color: #009;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #900;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #03C;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #C00;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
