A {
 color: white;
 font-weight: bold;
 text-decoration: none;
}

A:Hover {
 color: crimson;
 text-decoration: underline;
}

H1 { 
 color: white;
 font-family: "Courier New", "Courier", "monospace";
 font-weight: normal;
 text-decoration: none;
 font-size: 100px;
 position: relative;
 left: 15px;
}

H2 { 
 color: white;
 font-family: "Courier New", "Courier", "monospace";
 font-weight: normal;
 text-decoration: none;
}

H3 {
 color: white;
 font-family: "Courier new", "Courier", "monospace";
 font-weight: normal;
 text-decoration: none;
}

BODY { 
 background: black; 
 color: gray;
}

P {
 font-family: "Arial";
}

td {
 padding-left: 4px;
 padding-right: 4px;
}

IMG.gallery {
 border: thin solid white;
}

.nav {
 color: white;
 font-family: "Courier New", "Courier", "monospace";
 font-weight: normal;
 text-decoration: none;
 font-size: 20px;
}

.float-right {
 float:right;
 padx:3px;
 pady:3px;
}

.float-left {
 float:left;
 padx:3px;
 pady:3px;

}

.bio {
 color: gray;
 font-family: Arial;
}

.blog {
 color: gray;
 font-family: Arial;
 width: 90%;
}

.subtitle {
 color: firebrick;
 font-size: 15px;
 text-decoration: none;
}

#titleBlock {
 position: absolute;
 top: 0px;
 left: 15px;
}

#navbody {
 position: fixed;
 right: 10px;
 text-align: right;
 top: 40px;
}

#body {
 position: absolute;
 top: 5px;
 width: 80%;
 background-image: url(./images/closer_poster_background.jpg);
 background-position: top right;
 background-repeat: no-repeat;
 background-attachment:scroll;
}

#mainbody {
 position: fixed;
 left: 5px;
 text-align: left;
 width: 85%;
}

html {
 height: 100%;
 overflow: scroll;
}