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

.navBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFF;
}
.navBar a:link {
	color: #FFF;
}
.navBar a:hover {
	color: #09F;
}
.navBar a:visited {
	color: #FFF;
}
.fltlft {
	float: left;
}
.fltrght {
	float: right;
}

