@charset "UTF-8";
.Hart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.big {
	font-size: 60px
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #FF3333;
}
a:link {
	color: #FF3333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:visited {
	color: #FF3333;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

