.header-div {
	width: 100;
	background-color: #FFCC66;
	padding: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.header-div-selected {
	width: 100;
	background-color: #FF9900;
	padding: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.header-href {
	text-decoration: none;
}
.name {
	font-size: x-large;
}
.side-bar {
	width:35;
	background-color: #FFCC66;
}

