

body {
	margin-left:100px;
	margin-top:10px;
	
}

.fixme{
	position:fixed;
	top:0px;
	left:0px;
	background-color:#000066;
	width: 85px;
	height:100%;
}


a:link {}      /* unvisited link */
a:visited {}  /* visited link */
a:hover {color:#DF7000;}  /* mouse over link */
a:active {color:#DF7000;}  /* selected link */

.internalnavbar {
	
	height:30px; 
	width:100%; 
	
	top:0px; 
	left:0px;"
}