﻿

	/* Layout properties for your question  */
	.question{
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		color:#0d5599;
		text-decoration:none;		/* The questions is in red */
		cursor:pointer;	/* Cursor is like a hand when someone rolls the mouse over the question */
		padding-top:5px;
	}
	.answer{
		/* Layout properties - You can change these */
		
		border: 1px solid #D2D2D2;
		font-family:Arial, Tahoma, Verdana;
	    font-size:12px;
	    font-weight:normal;
	    color:#396D9B;
	    text-decoration:none;
	    text-align:justify;
	    line-height:17px;
		padding:3px;
		width:95%;
		/*background-color:#F7F7F7;*/
		
		/* This one should not be changed */
		display:none;	
	
	}
	

