body {background-color:#333}
h1 {
	color:orange;
	margin:2px;
	font-size:48px;
}
h2 {
	color:orange;
	margin:2px;
	font-size:36px;
}
h3 {
	font-size:20px;
	margin-bottom:4px;
}
td {
	vertical-align:top;
}
.img {
	float:left;
}
.variations {
	text-align:center;
	margin:10px 0 10px 0;
	color:white;
	font-size:24px;
}
.variations a {
	text-decoration:none;
}
.variations a:hover {
	color: orange;
	cursor:pointer;
}
.imglnk {
	font-weight:500;
}
.sel {
	font-weight:600;
}
.info {
	xwidth:12em;
	margin:-6px 10px 24px 6px;
	color:lightblue;
}
.info ul {
	margin:-2px 0px -12px 0;
}
.info a {
	color:lightgreen;
}
a:link, a:visited, a:active {
	xtext-decoration:none;
	color:white;
}