body {
margin: 0;
padding: 0;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-size: small;
color: #000;
}

#wrap {
text-align: left;
width: 95%;
margin: 0 auto;
padding: 0;
}

#controls {
display: none;
}

#innerwrap {
border: 1px solid #000;
padding: 10px;
}

h1 {
font-size: large;
color: #000;

}

h2{
font-size: medium;
color: #000;
text-decoration: underline;
}

h3 {
font-size: small;
color: #000;
text-decoration: underline;
}

h4 {
font-size: small;
font-weight: bold;
color: #000;
}

/* general link styles */

a:link, a:visited, a:hover {
color: #000;
text-decoration: none;
}

.employer {
font-weight: bold;
}

.address {
font-weight: bold;
text-align: center;
}


