﻿body {

background-color:#333333;											

color:#666666;

font-family: Georgia;

font-weight:bold;

font-size:16px;

}


#dusk {

width:860px;

height:1100px;

margin:auto;

background-image:url(dusk_bga.jpg);

}


#content {

width:800px;
text-align:center;
font-style:italic;
margin:auto;

}


#content a {

color:#663366;

}


#content h1 {

text-align:center;

font-size:36px;

font-style:italic;

margin:10px 0 0 0;

}


#text {

height:1080px;
margin: 0px 50px 0px 50px;
overflow:auto;
}


.ornament {

margin:auto;

width:392px;

height:59px;

background-image:url(ornament.gif);

}

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #111111;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}