body {
 font-family: arial, sans-serif;
 font-size: large;
}

div.header {
 font-size: xx-large;
 border-bottom: solid 2px black;
 height: 46px;
}

div.headerLinks {
 float: right;
 font-size: small;
}

a.headerLink {
 text-decoration: none;
}

img.inLogo {
 float: left;
 margin-right: .5em;
 border: 0px;
}

span.title {
 font-size: large;
 margin: 0;
}

span.slogan {
 font-size: small;
 margin: 0;
}






div.sections {
 margin-top: 4px;
 width: 70%;
 margin-left: 15%;
 margin-right: 15%;
 margin-bottom: 1em;
 border: solid 2px black;
}

a.sectionTitle, h1.sectionTitle, h1.firstSection {
 font-size: x-large;
 color: white;
 background-color: purple;
 margin-bottom: 0px;
 text-decoration: none;
}

a.sectionTitle:hover {
 text-decoration: underline;
}

h1.firstSection {
 margin-top: 0px;
}

p.section {
 margin-top: 0px;
}

img.button {
 border: 0px;
}


div.footer {
 text-align: center;
}

