table.news {
	}
	
	table.news tr.years td,
	table.news tr.months td {
		color: #ffb424;
		font-weight: bold;
		}
		
		
	table.news td {
		padding: 4px 4px;
		}
		
		table.news tr.months td {
			padding-bottom: 10px;
			}
			
			
	table.news ul li {
		color: #ccc;
		display: inline;
		font-weight: normal;
		margin-right: 2px;
		}
		
		table.news ul li a {
			color: #ffb424;
			font-weight: bold;
			}
			
			table.news ul li.current a {
				color: #fff;
				}
				
				
	table.news tr.post td {
		border-bottom: 1px solid #779794;
		}
		
		table.news tr.post a {
			color: #fff;
			text-decoration: none;
			}
			
			table.news tr.post a:hover {
				text-decoration: underline;
				}
			
		table.news tr.post td.date {
			color: #fff;
			text-align: center;
			}
