/***** Global Settings *****/

html, body
{
font-family: "Bookman Old Style", Times, Arial;
color: #c0c0c0; font-size:18px;
background-color: #000000;
}
ol
{
list-style-type: decimal;
padding: 12px;
margin: 1px;
}
li
{
padding: 2px;
margin: 10px;
}
dt
{
font-weight:bold;
font-style:italic;
padding:20px;
}

/***** Links *****/

a:link
{
color: #ff9900;
}
a:visited
{
color: #ff9900;
}
a:hover
{
color: #ffff00;
}
a:active
{
color: #ffff00;
}


/***** Global IDs *****/

#reflections
{
border:none;
width:284px;
height:159px;
}
#vrule
{ 
background-color:#ffffdf;
text-align:left;
} 
#spacer
{
background-color:#000000;
text-align:left;
}
#jen
{
font-family: Amienne, "Bella Donna", script;
font-size: 20px;
}
#maintext
{
text-align: left;
}
#hide
{
visibility:hidden;
}
#cross-td
{
border:none;
width:140px;
height:137px;
vertical-align:top;
}
#vrule-td
{ 
background-color:#ffffdf;
border:none;
width:2px;
height:100%;
text-align:left;
} 
#spacer-td
{
background-color:#000000;
border:none;
width:40px;
height:100%;
text-align:left;
}
#asavior
{
border:none;
width:165px;
height:45px;
}
#cross-img
{
border:none;
vertical-align:top;
width:140px;
height:137px;
}
#hrule-imgtop
{
border:none;
width:100%;
height:3px;
}
#hrule-imghi
{
border:none;
width:100%;
height:3px;
vertical-align:bottom;
}
#hrule-imglo
{
border:none;
width:100%;
height:3px;
vertical-align:top;
}
#vrule-img
{
border:none;
width:2px;
height:100%;
float:left;
}
#spacer-img
{
border:none;
width:40px;
float:left;
}
#logo-img
{
border:none;
width:330px;
height:90px;
}

/***** Global Classes *****/

.text-left
{
text-align:left;
}
.text-right
{
text-align:right;
}
.text-center
{
margin:0 auto;
text-align:center;
}
.hrule-color
{
background-color:#000000;
border:none;
}
