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

/* below sets placement of nav & font size */
.navtext {
	position: absolute;
	float: right;
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: .8em;
	margin-top: 10px;
	z-index: 15;
	right: 10px;
	}
	
/* below (white) color sets regular state for nav items */
.navtext a:link {
	COLOR: #fff;
}

/* below (white) color sets mouseover for nav items */
.navtext a:hover {
	COLOR: #fff;
}		


/* below sets placement of nav & font size */
.navhome {
	position: absolute;
	float: right;
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: .8em;
	margin-top: 30px;
	z-index: 15;
	right: 10px;
	}
	
/* below (white) color sets regular state for nav items */
.navhome a:link {
	COLOR: #fff;
}

/* below (white) color sets mouseover for nav items */
.navhome a:hover {
	COLOR: #fff;
}
