html {
        margin: 0;
        padding: 0;
        }

body {
        font-family: "garamond", "times new roman", times, serif;	font-size: 125%;
        color: #666655;
        background-color: #ffffff; 
        background-repeat: no-repeat;
        background-position: left top;
        background-attachment: fixed;
        }

a:link {
        color:#887766;
        }

a:hover {
        color: #aa8855;
        }

a:visited {
        color: #888877;
        }

#container { 
        color: #666655; 
        margin: 0; 
        }

#pageHeader h1 { 
        background: transparent url(http://www.nebula5.org/z//imgjaz/logo.jpg) no-repeat top left;
        display: block;
        width: 643px;
        height: 39px;
        float: center;
        clear: both;
        }

#pageHeader h1 span {
        display:none
        }


#mainText {	
        padding: 10px 0 0 0; 
        margin-bottom: 40px;
        }

#copyright {	
        text-align: center;
        font-style: italic;
        font-size: 14px;
        }

h1, h2 {
        text-align: left;
	font-style: italic;
        }

p.logo {
        text-align: center;
        }


p.intro {
        font-weight: bold;
        font-style: italic;
        text-align: left;
        margin-left: 25px;
        }
        
       
#links {
        font-weight: normal;
        }
        
#links li {
        margin-top: 1px;
        }
        
#links li ul {
        font-weight: normal;
        font-style: italic;
        }
