/* YOUR STATION STYLES */
/* Main Styles you should edit. */

/* Main text colour */
body { color: #535353; }

/* Link colour */
a { color: #C31F47; }

/* Background colour of the player*/
#container {
	/* A solid colour for when the gradient isn't compatible. */
	background-color: #ffffff;
	/* The first hex code is at the top and the second is at the bottom. Applies to all below. */
	
}

/* Text colour in the On Air box */
#onair { color: #000000; }