div.welcome {
	width: 590px;
	margin: 20px auto 0 auto;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 10pt;
	padding: 0 10px 0 10px;
	background: #eeeeff;
	border: 1px solid #666666;
}
div.welcome p#intro {
	font-size: 11pt;
	font-weight: bold;
}
div.welcome a {
	color: #0000aa;
	text-decoration: none;
}
div.welcome a:hover {
	color: #dd0000;
}
div.welcome p {
	margin: 5px 0 15px 0;
}

table.demo {
	margin: 20px auto 0 auto;
	width: 500px;
	height: 100px;
	border: 2px solid #000000;
	background: #ffffbb;
}

table.demo th {
	width: 220px;
}
table.demo th a {
	color: #bb0000;
	text-decoration: none;
	font-family: Century Gothic;
	font-size: 14pt;
}

table.demo td {
	width: 140px;
	text-align: center;
}
table.demo td img {
	width: 120px;
	height: 90px;
	border: 0;
}
