* body {
 font-family: Verdana, Helvetica, Symbol, sans-serif;
 background: #ccf;
 color: white;
}

a {
 color: white;
 text-decoration: none;
}

a:hover {
 text-transform: uppercase;
 font-weight: bold;
}

.header {
 position: absolute;
 background: #aaf;
 height: 60px;
 width: 90%;
 margin-left: 20px;
 margin-top: 40px;
 border: #99f 2px solid;
}

.masthead {
 text-align: center;
 line-height: 60px;
 font-size: 30px;
}

.sidebar {
 background: #88f;
 width: 150px;
 margin-left: 50px;
 margin-top: 20px;
 border: #66f 2px solid;
}

.sidetext {
 color: white;
 font-size: 12px;
 line-height: 32px;
 text-align: center;
 padding-top: 120px;
 padding-bottom: 1em;
}

.intro {
 position: absolute;
 background: #898;
 color: white;
 width: 50%;
 margin-left: 220px;
 margin-top: 130px;
 padding: 2em;
 border: #686 2px solid;
}
