﻿
table {
	border: 2px solid #FF00FF;	
	width: 100%;
	}
tr {
	border: 2px solid #FF00FF;
	width: 100%;
	height: 35px;
	font-size: 10.0pt;
	font-family: Arial, sans-serif;
}
td {
	border: 5px;
	width: auto;
	border-color: fuchsia;
	font-size: large;
	font-family: Arial, sans-serif;
	background-color: #CCCCFF;
}
.table {
	border: 2px solid #FF00FF;	
	width: 100%;
	}
.tr {
	border: 2px solid #FF00FF;
	width: 100%;
	height: 35px;
	font-size: 10.0pt;
	font-family: Arial, sans-serif;
}
.td {
	border: 5px;
	width: auto;
	border-color: fuchsia;
	font-size: large;
	font-family: Arial, sans-serif;
	background-color: #CCCCFF;
}
