body 
{
background-color : #99ccff;
/* if you change this, you will also need to change background-color in the #nav a:link and #nav a:visited below to be the same color. */
}

h1 {
font-family : "Bodoni MT", "Georgia serif";
font-size : 150%;
font-style : normal;
text-align : center;
}
h2 {
font-family : "Bodoni MT", "Georgia serif";
font-size : 150%;
font-style : normal;
text-align : center;
}
h3 {
font-family : "Bodoni MT", "Georgia serif";
font-size : 150%;
font-style : normal;
}
p {
font-family : "Bodoni MT", "Georgia serif";
font-size : 125%;
font-style : normal;
}
pre {
font-family : "Bodoni MT", "Georgia serif";
font-size : 125%;
font-style : normal;
}
address {
font-family : "Bodoni MT", "Georgia serif";
font-size : 125%;
font-style : normal;
}
li {
font-family : "Bodoni MT", "Georgia serif";
font-size : 125%;
font-style : normal;
}
a {
font-family : "Bodoni MT", Courrier;
font-style : normal;
}
div.lnav {
float : left; 
width : 150px; 
margin : 0; 
} 
div.info {
margin-left : 170px; 
} 
span.left {
text-align : left;
}
span.bold {
font-weight : bold;
}
p.indent {
text-indent: 20px
}
#nav li a {
text-decoration : none;
text-transform : lowercase;
margin : 0;
}
#nav a:link {
background-color : #99ccff;
text-decoration : underline;
}
#nav a:visited {
background-color : #99ccff;
text-decoration : underline;
}
#nav a:hover {
background-color : #0000ff;
color : #000000;
text-decoration : none;
}
#nav a:active {
background-color : #99ccff;
color : #999999;
text-decoration : none;
}

