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


a:active {
	color: #FFF;
	text-decoration: none
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	background-color: #FC0;
	color: #000;
	text-decoration: none
	
}

.Heading {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #333;
}

.white {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	word-spacing: 0em;
	letter-spacing: .5em;
}
.whiteSkinny {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 0em;
	word-spacing: 0em;
}
.whiteBIG {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FFF;
	padding-left: 100px;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
}
