h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.txt{
	font-family : verdana,arial,helvetica ;
	font-size : 10px;		/* white, gray, black, red, yellow, green */
	color : black;
}

/* Edit below to change the style of Highrisk/Mediumrisk/Lowrisk */
.risktype {
	color : red ;				/* red, blue, black, green, yellow */
	font-family : verdana,arial,helvetica ;
	font-size : 10px ;
	font-style : normal ; 			/* italic */
	font-weight : bold ;			/* normal */

}

/* Edit below to change the width of the table. Value should not be less than 160px */
.maintable {
	width : 160px ;				/* 200px */

}
