/* CSS Document */
body 
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0C0C0;
}
.style4 {
	font-family: "Treasure Map Deadhand";
	font-size: 30px;
	font-weight: bold;
}
a:link {
    color: #C0C0C0;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
    color: #C0C0C0;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000FFF;

}
a:active {
	text-decoration: none;
}
