@CHARSET "ISO-8859-1";




table.sample3 {
	width: 200px ;
	border-width: 1px; 
	border-color: green;
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;
}
table.sample3 th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: green;
} 
table.sample3 td {
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	border-color: green;
}




table.sample4 {
	width: 200px ;
	border-width: 1px; 
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;	
	border-color: red;
}
table.sample4 th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: red;
} 
table.sample4 td {
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	border-color: red;
}