/* CSS style sheet; by Timothy j. Flammger */

body {
    background:#000000;
    color: #000000;
    font: 12px Verdana,Arial,sans-serif;
    margin: 2px;
    padding: 2px;
    }

a {
	color: #226622;
	text-decoration: none;
	}

a:hover {
	color: #002200;
	text-decoration: underline;
	}

a:visited {
	color: #113311;
	text-decoration: none;
	}

img {
	border: 0;
	margin: 0;
	padding: 0;
	}

img.right {
	float: right;
	z-index: 100;
	}


.dblspace {
	line-height: 200%;
	}

p {
	margin: 0 20px;
	padding: 0 20px;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	line-height: 1.5em;
	}

#content {
    border: 0;
    background: #000000;
    margin: 1%;
    padding: 1%;
    width: 96%;
    text-align: left;
    z-index: 0;
    }