	.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;
					list-style-type: none;
					list-style-position: inside;
					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;
					padding-top:0px;
					padding-bottom:0px;
					padding:0;
					margin:0;
					background-color: #0068A6;

				}
	.tbody {
					border-left: 2px solid #000;
					border-right: 2px solid #000;
					border-bottom: 1px 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: 1px dotted #000;
					border-bottom: 2px solid #000;
					text-align:center;
				}
	.ticon {
					border-left: 2px solid #000;
					border-right: 2px solid #000;
					text-align:right;
					font-size:xsmall;
				}
	.message {
					font-size: 12px;
					padding: 2px;
					color: black;
					background-color: red;
					border-top: 1px solid #000;
					border-left: 1px solid #000;
					border-right: 1px solid #000;
					border-bottom: 1px solid #000;
				}
				
	.messagegreen {
					font-size: 12px;
					padding: 2px;
					color: black;
					background-color: green;
					border-top: 1px solid #000;
					border-left: 1px solid #000;
					border-right: 1px solid #000;
					border-bottom: 1px solid #000;
				}
				
	#twitter_update_list li {
					border-bottom: 1px solid #000;
					list-style-type: none;
					font-size:small;
					text-align: center;
					margin:0px;
					font: italic;
					padding: 5px 5px 5px 5px;
					background-color: #0068A6;
				}
	#twitter_update_list {
					list-style-type: none;
					margin:0px;
					padding:0px;
				}