/* colours
 

Grey:  #ccc2b8

<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
font-family: 'Montserrat', sans-serif;

*/



body {
	margin: 0px;
}



/*---- scrolling marquee styles starts here ------*/

.marquee {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #434747;
	font-weight: 400;
	margin-top: 2px;
	margin-bottom: -4px;
}

.ticker_bold {
	font-weight: 700;
}


.ticker_sml {
	font-family: 'Montserrat', sans-serif;
	font-size: 8px;
	font-weight: 400;
}

.marquee img {
	width: 14px;
	height: 14px;
	margin-bottom: -3px;
	padding-right: 5px;
}


.marquee a:link, .marquee a:visited {
	font-family: 'Montserrat', sans-serif;
	color: #434747;
	font-size: 8px;
	text-decoration: none;
	font-weight: 400;
}

.marquee a:hover, .marquee a:active {
	color: #AA9988;
	font-size: 8px;
	text-decoration: none;
	font-weight: 400;
}



/*---- scrolling marquee styles ends here ------*/

