body {
background-color: rgb(0,0,0);
font-family: GillSans, Gill Sans, Trebuchet MS, Courier New, Times New Roman;
font-variant: small-caps;
color: ghostwhite;

}
div.white {
background-color: #DDDDDD;
}

h4 {
font-size: 10pt;
font-style: italic;
}


.img {
position: absolute;
left: 0px; top:0px;
}


p.contentblurb {
position: relative;
left: 20%;
text-align: center;
top: 200px;
width: 65%; 
}


span.blurb {

position: absolute; 

top: 200px; 
left: 20px; 
width: 50%;
}


div.content {
position:absolute; 
left: 15%; width: 75%; height: 700px;
text-align: center;
font-size: 12pt;

}

span.credits {
position: relative;
top: 200px;
text-align: center;
font-size: 9pt;
width: 40%;


}

span.tim {

font-size: 36pt;
color: black;

}

span.huling {
font-size: 36pt; 
color: #DDDDDD;
}

span.musicforfilm {

font-size: 18pt;

color: #DDDDDD;

}
span.link {
font-size: 12pt;
font-style:italic;

}

span.linkwhite {
font-size: 12pt;
font-style:italic;
color: ghostwhite;

}

p.note {
border: 3px groove darkred;
color: black;
}

a {
text-decoration: none;
color: ghostwhite;
}

a:hover {
text-decoration: none;
color: maroon;
}

a:active {
text-decoration: none;
color: maroon;
}




