body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #993399;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: miidle;
}
table {
	background-color: #FFFFFF;
	vertical-align: middle;
	width: 600px;
	height: 100%;
	border: thin dashed #993399;
}
td {
	background-color: #FFFFFF;
	border: medium solid #993399;
	text-align: center;
	vertical-align: middle;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #993399;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #993399;
	text-decoration: underline;
}

a:visited {
	color: #FFCC00;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	text-decoration: underline;
}
