<STYLE TYPE="text/css"> 
BODY {
       font-family: Times; 
       font-size:20;
       font-weight: bold;
       color:red;

     }
tables{
	border : 0 none;
	border-bottom-style : none;
	border-left-style : none;
	border-right-style : none;
	border-top-style : none;
}
TR{
	border : 0 none;
	border-bottom : none;
	border-bottom-style : solid;
	border-left : solid #F5DEB3;
	border-left-style : solid;
	border-right-style : solid;
	border-top-style : solid;
	border-width : 0 0 0 0;
	border-bottom-width : 0;
	border-color : #F5DEB3 #F5DEB3 #F5DEB3 #F5DEB3;
	border-left-color : #F5DEB3;
	border-right-color : #F5DEB3;
	border-top-color : #F5DEB3;
}
TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15;
	font-weight: normal;
	color: Black;
	background : #F5DEB3;
	vertical-align : top;
	border-bottom : thin solid White;
	border-left : thin solid White;
}

TH {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15;
	font-weight: bold;
	color: White;
	background : #8B0000;
	border : none;
	vertical-align : middle;
	border-bottom : thin solid White;
}

.proby{
	border : thin solid Maroon;
}
</STYLE>