A, DIV, H3, H4, LI, TABLE, TD, TR, B {
	font-family : Arial, Helvetica, sans-serif;
}

.question {
    font-weight : bold;
   	font-size : large;

}

.orange {
    color : #FF9900;
    font-weight : bold;

}

.blue {
    color : #0099CC;
    font-weight : bold;

}

.small {
    font-size : -25%;

}


.bold
 {
        font-weight: bold;
}

.italics
 {
		font-style: italic;
}

.both
{
        font-weight: bold;
        font-style: italic;
}

UL {
	 line-height : 140%;
}

.box {
	border-style: solid;
}