/* CSS Document */

a:link, a:visited {
	text-decoration: none;
	color: green;
}
a:hover, a:active {
	text-decoration: underline;
}

img.border {
	border: 1px solid black;
}

h1, h2, h3, h4, h5, h6 {
	color: #196540;
}

.imgcontainer {
	background-color: #238E5A;
	width: 642px;
	text-align: center;
	padding: 2px;
	font-style: italic;
	font-weight: bold;
	font-size: 85%;
	border: 1px solid black;
}

p {
	width: 640px;
	text-align: justify;
}

p.credits {
	text-align: center;
	font-size: 85%;
	font-style: italic;
}

ul {
	padding-left: .5em;
	margin-left: 1em;
	list-style: none;
	width: 615px;
}

ul li {
	padding-left: 15px;
	text-align: justify;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}