a.wha {
	font-family: helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
a.wha:hover {
	font-family: helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


a.resumesublink {
	color: #cccccc;
	text-decoration:none;
	
	font-family: helvetica;
	font-size: 10px;
	font-weight: bold;
}


a.resumesublink:hover {
text-decoration: underline;
color: #ffffff;
font-family: helvetica;
	font-size: 10px;
	font-weight: bold;
}


#resumesublink a.current{ /*currently selected tab*/
background-color: #6B3414;
color: #F4E4D0;
text-decoration: underline;

font-family: helvetica;
	font-size: 10px;
	font-weight: bold;
}