body  { color: white; background-color: transparent }a:link{ color: White; }a:visited { color:Crimson; }textarea {	width: 95%;}/*** INNER-TABLE ***/.contact-table {	width: 580px;	margin: 0 auto 0 auto;}.contact-title {	text-align:center;	font-size: 25pt;	color: #0033FF;	margin-bottom: 20px;}.message-div {	width: 100%;	padding: 5px;	text-align: left;	line-height: 120%;	margin-top: 10px;	margin-bottom: 10px;}/*** CONFIRM-FORM ***/.confirm-table {	width: 100%;	border-collapse: collapse;	text-align: left;	background-color: #0066FF;}.confirm-table td {	line-height: 120%;	padding: 5px;	border: 2px solid #3366FF;}.confirm-item {	width: 30%;	background-color: #003399;	text-align: right;	white-space: nowrap;}.confirm-err {	color: Yellow;}.confirm-split {	background-color: #3366FF;	height: 10px;}