@charset "utf-8";
#table_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #BC745C;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-style: italic;
}
a:hover {
text-decoration: underline;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
} 