﻿* {
	margin: 0;
	padding: 0;
}



a {
	color: #000;
	text-decoration: none;
	
}
	a:hover,
	a.selected {
		color: #00A1DF;
	}


	#timeline {
		width: 1210px;
	
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		
	}
	#dates {
		width: 1200px;
		height: 110px;
		overflow: hidden;
	}
	#dates li {
		list-style: none;
		float: left;
		width: 100px;
		height: 110px;
		
	}
		#dates a {
			
		}
		#dates .selected {
	        font-size: 16px;
		}
		
	#issues {
		width: 1200px;
		height: 308px;
		overflow: hidden;
		margin-bottom: 43px;
	}	
		#issues li {
			width: 215px;
			
			list-style: none;
			float: left;
		}
			
		
		