body {
background-color: #FFCC33;
background-image: url(Out_of_date/_old_general_images/backg.gif); 
background-repeat: no-repeat;
background-position: center 75px;
background-attachment: fixed; }


p {	
font-family: "Century Gothic", "Trebuchet MS", Verdana, "Arial Narrow", Arial, sans-serif;	
font-size: small;	
font-style: normal;	
font-weight: normal; }

h1 {color: blue}
h2 {color: navy}

a:link {
color: marroon;
text-decoration: none;
}

a:visited {
color: gray;
text-decoration: none;
}

a:hover {
color: marroon;
text-decoration: underline;
background-color: #C4CEF8;
}

a:active {
color: red;
text-decoration: none;
}


ul#nav {  /* selects only links in the "nav" list */
list-style-type: none;
margin: 0px;
padding: 0px;
}

ul#nav li {  /* selects only links in the "nav" list */
display: inline;
}

ul#nav li a {  /* selects only links in the "nav" list */
display: inline;
padding: 5px 20px;
margin: 0px 2px;
border: 0px ;
background-color: white;
text-decoration: none;
text-align: center;
color: marroon;
}

table {
font-family: Verdana, sans-serif;
border-collapse: separate;
border-spacing: 5px;
width: 800px;
}

td {text-align: center;
background-color: white;
padding: 5px;
}
