﻿.table_style {
	border: 1px red solid;
	background-position: center;
	font-family: Verdana;
	color: maroon;
	font-size: .9em;
	font-weight:bolder;
	text-align: center;
	padding: 12px 8px 12px 8px;
	margin-left : auto;
	margin-right : auto;
	width: 80%;
}
.table_hdrrow {
	color: white;
	background-color: red;
	text-align: center;
	font-weight: bolder;
}

