@charset "utf-8";
/* CSS Document */

img { max-width: 100%; height: auto; }


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #009;
}
h1 {
	font-family: "Lucida Calligraphy", sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #009;
}
.bigText {
	font-size: 160%;
	color: #906;
}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #009;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	color: #009;
	font-weight: bold;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #03F;
}
