	.news       { 
					border-bottom: 1px dotted #000;
					font-size:medium;
					font-weight:bolder;
					background-color: #0068A6;
				}
	.body       { 
					font-size:small;
				}
	.date       { 
					font-size:xx-small;
					font-style: italic; 
					border-bottom: 1px dotted #000;
				}		
	.tweet      { 
					border-bottom: 1px dotted #000;
					border-top: 1px dotted #000;
					font-size:small;
					font: italic;
					background-color: #0068A6;
				}
	.thead {
					border-top: 2px solid #000;
					border-left: 2px solid #000;
					border-right: 2px solid #000;
					border-bottom: 2px solid #000;
					font-size:medium;
					font-weight:bolder;
					background-color: #0068A6;
				}
	.tbody {
					border-left: 2px solid #000;
					border-right: 2px solid #000;
					border-bottom: 2px dotted #000;
					font-size:small;
				}
	.tfoot {
					border-left: 2px solid #000;
					border-right: 2px solid #000;
					text-align:right;
					font-size:xsmall;
				}
	.tlinks {
					border-left: 2px solid #000;
					border-right: 2px solid #000;
					border-top: 2px dotted #000;
					border-bottom: 2px solid #000;
					text-align:center;
				}
