body {
background-color: #D9E021; 
text-align: center;  /* centering layout in IE */
color: #000000;
font-family: "times new roman", serif;
font-size: 76%;
margin: 0;
padding: 0
}

} 


/* ------ links ------ */

a:link {
color: #887C88;
text-decoration: none;
font-style: italic;
border-bottom: 0px dashed #000000;
border-top: 0px none;
}

a:visited {
color: #887C88;
text-decoration: none;
font-style: italic;
border-bottom: 0px dashed #000000;
border-top: 0px none;
}

a:hover, a:active {
color: #845E72;
text-decoration: none;
font-style: italic;
border-bottom: 0px dashed #000000;
border-top: 0px none;
}

.image a:link {
border: 0px none;
}

.image a:visited {
border: 0px none;
}

.image a:hover {
border: 0px none;
}

. image a:active {
border: 0px none;
}

. image {
border: 0px none;
}


p {      /* =main content text */
padding: 2px 7px 4px;
margin: 2px;
line-height: 140%;
}

#maincontent ul {      /* =main content lists */
list-style-image: url('sparkle.gif');
margin: 0;
line-height: 170%; padding-left:70px; padding-right:70px; padding-top:10px; padding-bottom:10px
}

img {
border: 0px none;
}

.credit { 
font-size: 80%; 
}



