@charset "utf-8";
p {
	font-family: Candara;
	font-size: 12px;
	color: #B8CBDA;
	margin-right: 18px;
	margin-left: 18px;
}
h1 {
	font-family: Biondi;
	font-size: 18px;
	color: #FFCC00;
}
h2 {
	font-family: Candara;
	font-size: 18px;
	color: #330099;
}
a:hover {
	color: #33FF99;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
h3 {
	font-family: "Trajan Pro";
	font-size: 18px;
	color: #999999;
}
h4 {
	font-family: Neuropol;
	font-size: 16px;
	color: #99CCFF;
}
h5 {
	font-family: Candara;
	font-size: 12px;
	color: #2E2F44;
	margin-left: 16px;
}
a, a:visited {
	text-decoration: none;
	color: #799dba;
}
a:hover {
	text-decoration: none;
	color:#33CCCC
}

