body {
	background-color: #FFFFFF;
}
div#alert { background-color: #FF0000; color: #0000CC; border: 2px solid black }
div#splash {
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
	float: right;
}
div#title {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-variant: normal;
	text-align: center;
	font-style: italic;
	padding: 4px;
	color: #0000FF;
}
div#about {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
div#products {
	clear: both;
}
.product_link {
	float: left;
}
div#store_link {
	clear: both;
}
strong {
	color: #0000FF;
}
