@charset "UTF-8";
.boot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 90%;
	margin-left: 20px;
	left: -20px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 90%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	letter-spacing: 6px;
	font-weight: normal;
	color: #003300;
	margin-left: 10px;
}
a:link {
	color: #003366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #003366;
}
a:active {
	color: #006666;
}
a:hover {
	color: #009999;
}

