/* the not going anywhere any way book style sheet */

body {
	background-color: #000000;
	padding: 16px;	
	}	

	p {
	font-family: "trebuchet ms", tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 16px;
	color: #d6e0e4;
	font-weight: bold
	}

	p.medium{
	font-family: "trebuchet ms", tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 20px;
	color: #d6e0e4;
	font-weight: bold
	}

	p.large {
	font-family: "trebuchet ms", tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 26px;
	color: #d6e0e4;
	font-weight: bold
	}

	}

	a {
	color: #c6d4e3;
	text-decoration: none;
	}

	
	a:visited {
	color: #c6d4e3;
	text-decoration: none;
	}

	a:active {
	color: #c6d4e3;
	text-decoration: none;
	}

	a:hover {
	color: #ffffff;
	text-decoration: none;
	}

