body {
	font-family: georgia, "trebuchet ms", "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #222;
	width: 800px;
}

h1, h2, h3 {	font-family: "trebuchet ms", verdana, arial, sans-serif;
        font-style: normal;
	font-weight: bold;
	color: #553;
    margin-bottom: 0px;
    padding-bottom: 9px;
    border-bottom: 3px solid #dcb;
        
}

h2, h3 {padding-top: 0.5em;
        border-bottom: 1px dotted #dcb; }


a:link {
	color: #25e;
	text-decoration: none;
        border-bottom: 1px dotted #b8f;
}
a:visited {
	color: #912;
        text-decoration: none;
        border-bottom: 1px dotted #fb8;

}
a:hover {
	color: #36f;
        text-decoration: none;
        border-bottom: 1px dotted #666;


}

/* temporary fix for making bottom margin disappear for thumbnail links */
a img {margin-bottom: -5px;}


li {
	list-style-type: circle;
	margin-top: 0.1em;
}


UL {
list-style-image:  url("../bullets/greenish.gif");
 }

hr {
  	border: 0;
  	color: #dcb;
	background-color: #dcb;
	
	}
