
/* CSS Document */

	a{
		text-decoration: none;
		color: #99FFFF;
	}
	a:visited {
		color: #99FFFF;
	}
	a:hover {
		color: #FFCC99;
	}
	a:active {
		color: #FFCC99;
	}	
	
	body {
		background: #000;
		color: #FFF;
		text-align:center;
	}
	#main {
		width: 100%;	
	}
	
	.gameTitle {
		color: #FFFFFF;
		font-family: Verdana, sans-serif;
		font-size: 13px;
		font-weight:bold;
		line-height:150%
	}
	
	.playNow {
		line-height:160%
	}
	
	.smalltype {
		font-family: Verdana, sans-serif;
		font-size: 11px;
	}
	.smalltypegrey {
		color: #C0C0C0;
		font-family: Verdana, sans-serif;
		font-size: 11px;
		line-height:140%
	}
	.smalltypeblue {
		color: #669999;
		font-family: Verdana, sans-serif;
		font-size: 11px;
	}
