<!--
/****************
* Link Defaults *
****************/
a {
color: #ffffff;
text-decoration: none
font-family: Times New Roman;
font-size: 12pt;
}
a:hover {
text-decoration: underline;
}

/***************
* Body Overall *
****************/
body {
background-color: #000000;
background-image: url("http://greatsouls.info/images/bg.jpg");
background-repeat: no-repeat;
background-position: top center;
}

/*****************
* Paragraph Text *
*****************/
p {
color: #ffffff;
margin-right: 20;
font-family: Times New Roman;
}

h1 {
font-family: Times New Roman;
font-weight: bold;
font-size: 8pt;
}

/********************
* Image Positioning *
********************/
img.lower {
position: relative;
top: 8px;
}

/****************
* Color Changes *
****************/
.gold {
color: #cc9933;
}
.black {
color: #000000;
}
-->