.table {
	background: #FFFFFF;
	border: dashed;
	border-width: thin;
	border-color: #FFCCCC;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-size: 14.5px;
	line-height: 24px;
}
.links {
	color: #FF9999;
	font-weight: bold;
	text-decoration: none;
	line-height: 14.5px;
	letter-spacing: 4px;
}
.links2 {
	color: #FF9999;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
}
.header {
	font-size: 75px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 8px;
	letter-spacing: 4px;
}
.border {
	border: solid;
	border-width: thin;
	border-color: #FFCCCC;
}