/* not going anywhere any way style sheet */

	body {
	background: #ffffff;
	}

	p {
	font-family: "Century Gothic", Palatino, Verdana, Helvetica, arial, sans-serif;
	color: #000000;
	font-size: 16px;
	letter-spacing: 1px;
	}

     p.title { 
	font-family: "Century Gothic", Palatino, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 18px;
	color: #333366;
	letter-spacing: 5px;
	font-weight: bold;
	}

	p.nav {
	font-family: "Century Gothic", Palatino, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 16px;
	color: #660000;
	letter-spacing: 5px;
	font-weight: bold;
	}

     p.up {
	font-family: "Century Gothic", Palatino, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	}	

     	p.wee {
	font-family: "Century Gothic", Palatino, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	}	

	a {
	color: #660000;
	text-decoration: none;
	}

	a:hover {
	color: #333366;
	}

	#content {
	background: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

	#indent {
	text-indent: 200px;
	}


