table tr td
{
 font-family: 'Source Sans Pro', sans-serif;
}

/* unvisited link */
a:link {
    color: white;
	text-decoration:none;
}

/* visited link */
a:visited {
    color: white;
	text-decoration:none;
}

/* mouse over link */
a:hover {
    color: white;
	text-decoration:none;
}

/* selected link */
a:active {
    color: white;
	text-decoration:none;
}/* CSS Document */

