/* CSS Document */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #FF91D9;
	color: #666666;
	text-align: center;
	}

h1, h2, h3 {
	font-family: Garamond, 'Copperplate Gothic Light', Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.5em;
	text-align: center;
	color: #0033FF;
	text-transform: uppercase;
	letter-spacing: .5em;
	}
h2 {
	font-size: 1.5em;
	text-align: center;
	Color: #B0B0B0;
	text-transform: uppercase;
	letter-spacing: .5em;
	}
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #FF90D9;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FF90D9;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}
a, h2 a:hover, h3 a:hover {
        color: #FF90D9;
	text-decoration: none;
	}

a:hover {
	color: #FF90D9;
	text-decoration: underline;
	}
