body
{
background-color: #FFFFDD;
background-image: url('images/pecan_bkg.gif');
background-attachment: fixed;

color: black;
font-family: "Times New Roman";
font-style: italic;
font-weight: bold;
font-size: 130%;
text-align: center;
}

a:link
{
text-decoration: underline;
color: blue
}
a:visited
{
color: navy
}

.bordered
{
border-style: ridge;
border-color: #996600;
border-width: 4px;
}

img.nbl
{
border-color: black;
color: black;
}

.centered
{
width: 400px;
text-align: center;
margin-right: auto;
margin-left: auto
}

.lister
{
text-decoration: underline;
font-style: normal
}

li
{
text-align: left;
list-style-type: disc
}

ul
{
list-style-type: disc;
text-align: center
}