BODY {
	color: c07300;
	background-color: white;
	font-family: Arial, sans-serif;
}

A {
	text-decoration: none;
	color: black;
	font: bolder;
	border: none;
}

A:HOVER {
	text-decoration: underline;

}

.text {
	position: absolute;
	z-index: 1; top: 60px; left: 250px;
	font-size: smaller;
	width: 60%;
}

.navMenu {
	position: absolute;
	z-index: 0; top: 30px; left: 0%; 
	background-color:silver; 
}

.donateLink {
   color: Silver;
	position: absolute;
	z-index: 0; top: 48px; left: 0%; 
	background-color:#FF8C00; 
}

.logo {
	position: absolute;
	z-index: 0; top: 0px; left: 0%; 
	background-color: silver; 
}

.leftBar {
	position: absolute;
	z-index: 1; top: 60px; left: 0%;
}

.gene {
position: absolute;
z-index: 1; top: 60px; left: 40px;
}

.resumeCategory {
	position: relative; 
	z-index: auto; top: 80px; left: 250px;
	font-size: smaller;
	width: 60%;
}

.enter {
	position: relative; 
	z-index: auto; top: 80px; left: 250px;
	font-size: smaller;
	width: 40%;
}

.footer {
	position: relative; 
	top: 600px; 
	z-index: 0;
}
