default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #363d41;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #363d41;
	}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: yellow;
	background-color: #363d41;
}	
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #363d41;
	}
