@charset "utf-8";
/* CSS Document */
body {
	background-color: #3a3a3a;
	
	
	}
	
.Dates {
	font-family: "Arial", Georgia, "Times New Roman";
	font-size: 12px;
	color: #FFFFFF;	
}
a	{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover	{
	color: #49adc4;
	text-decoration:underline;
	}
