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

a:link {
	color: #F90;
	font-weight: bold;
}
a:visited {
	color: #F90;
	font-weight: bold;
}
a:hover {
	color: #F90;
}
a:active {
	color: #F0F0F0;
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#f6f6f6;
}
.site_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#f6f6f6;
}
.email_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#606060;
}
.email_text a:link {
	color:#606060;
	text-decoration: none;
}
.email_text a:visited {
	color:#606060;
	text-decoration: none;
}
.credits {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#414141;
}
.credits a:link {
	color:#414141;
	text-decoration:none;
}
.credits a:visited {
	color:#414141;
	text-decoration:none;
}
.credits a:hover {
	color:#ff0000;
	font-weight:bold;
	text-decoration:none;
}
