#resumeName {
font-size: 14px;
font-weight: bold;
text-align: center;
color: #fdc401;
}
#resumeContact {
font-size: 13px;
text-align: center;
padding: 0px 0px 5px 0px;
border: 2px solid #000;
margin: 0px 0px 10px 0px;
background-color: #5a5b5c;
color: #fff;
}
.resumeHeader {
font-size: 13px;
font-weight: bold;
border: solid 2px #000;
background-color: #5a5b5c;
color: #fdc401;
}
.resumeDetails {
background-color: #D3D3D3;
margin: 0px 0px 10px 0px;
border-bottom: solid 1px #000;
}
.resumeDetails a {
text-decoration: none;
color: #000;
}
.resumeDetails a:hover {
text-decoration: underline;
}
.resumeDetails div a {
text-decoration: underline;
}