﻿/* CSS1 DOCUMENT FOR FLASH PROJECT
PROPERTIES SUPPORTED BY FLASH

color		    : hex value only. e.g. #000000
display         : inline, block, none
font-family     : font name list
font-size  	    : number
font-style      : normal, italic
font-weight     : normal, bold
kerning         : boolean
leading         : number
letter-spacing  : number
margin-left     : number
margin-right    : number
text-align      : right, left, center, justify
text-decoration : none, underline
text-indent     : number

*/
	
.question {
	font-family: Trebuchet MS;
	font-size: 22px;
	color:#FFFFFF;
	}
	
.strapline {
	font-family: Trebuchet MS;
	font-size: 17px;
	line-height: 21px
	color:#CCCCCC;
	}

