/* $Id$ */

body {
    background-color:rgb(47,79,79);
    background-repeat:no-repeat;
    background-attachment:fixed;
    font-family:"Times New Roman", Times, serif;
    font-size:100%;
    color:rgb(245,222,179);
    margin-left:20px;
    margin-right:20px;
}

h1 {
}

h2 {
}

h3 {
    font-weight:normal;
}

h4 {
    font-weight:normal;
}

h5 {
}

h6 {
    font-size:10px;
    font-style:italic;
}

hr {
    color:rgb(245,222,179);
}

p {
    font-size:1em;
    margin-left:1em;
    font-family:"Times New Roman", Times, serif;
}

/* Link styles */
a:link,a:visited
{
/*    font-weight:bold; */
    color:rgb(255,212,252);
    width:120px;
    text-align:center;
    padding:4px;
    text-decoration:underline;
}

a:hover {
    color:#fff4fc;
}

a:active {
    color:blue;
}

li
{
    display:inherit;
}

.center
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

#navbar {
    text-align:right;
    display:inline;
    list-style-type:none;
    padding:0;
    font-weight:bold;
    text-transform:uppercase;
}

#navbar 

#info-links {
}

address {
    color:black;
    position:absolute;
    font-size:10px;
    left:0;
    bottom:0px;
}

#W3C {
/*    position:absolute; */
    right:0;
    bottom:0px;
    text-align:right;
}