<!--
body {
background-color: black;
}
a {
color: pink;
}
a:hover {
color: white;
text-decoration: none;
}
#intro {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
#container {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
#body {
position: relative;
left: 0;
top: 10px;
width: 960px;
height: 515px;
border: 1px solid #F6D6E5;
background-color: black;
margin: 5px;
}
#content {
position: absolute;
left: 20px;
top: 140px;
height:  360px;
width: 920px;
border: 3px solid #F6D6E5;
background-color: black;
color: #F6D6E5;
}
#content3 {
position: absolute;
left: 20px;
top: 147px;
height:  360px;
width: 920px;
background-color: black;
color: #F6D6E5;
}
#content2 {
position: absolute;
left: 20px;
top: 140px;
height:  360px;
width: 920px;
border: 3px solid #F6D6E5;
background-color: black;
}
#content1 {
position: absolute;
left: 20px;
top: 145px;
height:  360px;
width: 920px;
}
#words {
position: absolute;
z-index: 2;
left: 200px;
bottom: 5px;
}
#text {
position: absolute;
left: 510px;
top: 0px;
height: 360px;
width: 405px;
overflow: auto;
}
#text {
font-family: palatino, arial;
font-size: 12pt;
}
#gal {
position: relative;
top: 8px;
left: 0;
}
span.heading {
font-family: tahoma, times new roman;
font-size: 14pt;
}
span.heading2 {
font-family: tahoma, times new roman;
font-size: 14pt;
}
#header {
position: absolute;
width: 100%;
top: 0;
left: 0;
border-bottom: 1px solid #F6D6E5;
z-index: 1;
oerflow: hidden;
}
#links {
position: absolute;
top: 5px;
right: 5px;
z-index: 2;
}
#pgheader {
position: absolute;
right: 65px;
top: 43px;
width: 400px;
height: 85px;
z-index: 2;
}
#footer {
position: absolute;
bottom: 1px;
left: 0px;
width: 100%;
color: white;
}
a.dhlink {
color: pink;
text-decoration: none;
}
a.dhlink:hover {
color: white;
}
-->
