body {
font-family: Georgia, Arial, sans-serif;
font-size: 14px;
color: rgb(154,204,155); line-height: 1.15;
width: 725px;
background-color: rgb(0,0,0);
margin: auto;
text-align: center;
}
#content {
color: rgb(0,0,0);
font-size: 16px;
line-height: 1.5;
position: absolute;
top: 10px;
padding: 0px 32px 0px 32px;
background-color: rgb(255,255,255);
width: 661px;
text-align: left;
margin: 0 auto; }
#lnav { font-size: 14px;
padding: 0px;
margin: 1px;
}
#nav a:link {
font-size: 14px; color: rgb(255,255,255); background: rgb(27,40,30); text-decoration: none; padding: 3px;/* All unvisited links will be colored white on black */ }
#nav a:visited {
font-size: 14px; color: rgb(117,255,120); background: rgb(27,40,30); text-decoration: none; padding: 3px; /* All visited links will be colored green on black */
}
#nav a:hover {
font-size: 14px; color: rgb(27,40,30); background: rgb(117,255,120); text-decoration: none; padding: 3px; text-transform: uppercase; /* Mouseover will be black on green */
}
#nav a:active {
font-size: 14px; color: rgb(27,40,30); background: rgb(154,204,155); text-decoration: none; padding: 3px; /* All active links will be colored black on gray */ }
/* must be in this order: a:link, a:visited, a:hover, a:active */

