.menu A:Link {
	text-decoration: underline;
	color: #0D0C5C;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}
.menu A:Visited {
	text-decoration: underline;
	color: #0D0C5C;
	font-size: 16px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: bold;
}
.menu A:Hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: bold;
}
.menu A:Active {
	text-decoration: underline;
	color: #0D0C5C;
	font-size: 16px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: bold;
}

/* The Rest if them */

A:Link {
	text-decoration: underline;
	color: #0D0C5C;
}
A:Visited {
	text-decoration: underline;
	color: #0D0C5C;
}
A:Hover {
	text-decoration: underline;
	color: #0D0C5C;
}
A:Active {
	text-decoration: underline;
	color: #0D0C5C;
}
.workshopsPast {
	color: #CCCCCC;
}
.workshopsPast A:Link{
	color: #CCCCCC;
}
