/*
 * Style for the navigation bar on top
 */

#nav {
	width:100%;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	position:absolute;
	top: 100px;
	left: 0px;
}

