div.card-game {
		font-size:11pt;
		color: #0066FF;
		
}
div.game-name {
		color: #0033CC;
		font-size: 13pt;
}

div.game-play {
		color: #003399;
}
a.game-link{
	text-decoration: underline;
	color : #0066CC;
	font-weight : bold;

}

a:hover.game-link{
	text-decoration: none;
	color : #0066CC;
	font-weight : bold;

}

a:visited.game-link{
	text-decoration: underline;
	color : #0066CC;
	font-weight : bold;

}

