a:link {
	color: #C62E67;
	text-decoration: none;
}

a:visited {
	color: #BFE6ED;
	text-decoration: none;
}

a:hover {
	color: #FF8EBB;
	cursor: crosshair;
	text-decoration: underline overline;
}

a:active {
	color: #E8FCFB;
	text-decoration: none;
}

a {cursor:crosshair;}

img {
	border-width: 0px;
}

body {
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D59A1;
	cursor: default;
}

input, textarea {
	border-color:#3B7DAD;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color:#3682B4;
	background-color: #E8FCFB;
}

.h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #25799B;
	font-style: italic;
}

.h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3B7DAD;
	font-style: italic;
}

.tiny {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
}

.sparklies {
	background-attachment: fixed;
	background-image: url(sparklies.gif);
	background-repeat: repeat;
}