body   {
	font-family: Courier New, Courier, mono;
	font-size: 10px;
        margin-left: 5%; margin-right: %; 
        background-color: #FFFFFF; 
       }

.newsheader {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}

.title {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
.quote {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	font-weight: bold;
        font-style: italic; 
	color: #000000;
	}

.newsbody {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}

.littlestuff {
	font-family: Courier New, Courier, mono;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}
	
.bodylink {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #040404;
	background-color: #E7E8E8;
	text-decoration: none;
	}

a:active { color: #FF0000 }
a:hover { text-decoration: underline; color: #002347 }
