/*
// This software is provided as is and no warranty,implied or otherwise, is given. 
// Vending of this software also does not imply it's suitability or usefulness in a particular environment or situation.
// Panscend, LLC is not liable or responsible for loss due to use or misuse of this software.
// Copyright 2008 by Panscend, LLC
*/
body {
	background-color: #95B3F3;
	color:#120E0F;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	text-align: center;
	/*font-family: sans-serif;*/
	font-style: normal;
	/*font-stretch: expanded;*/
	/*font-size: medium;*/
}

#header {
	float: left;
	position:fixed;
	display:block;
	/*top:10px;*/
	background:transparent;
	font-size: 350%;
}

