div {
	font-family: Arial, sans;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	border: 0;
}

div.warm {
	color: #ffaf9a;
}

div.neutral {
	color: #ffffff;
}

div.cold {
	color: #39efff;
}

div.buttons {
	font-size: 12px;
	color: #ffffff;
}

a {
	font-family: Arial, sans;
	font-size: 12px;
	text-align: right;
	text-decoration: underlined;
	color: #aaaaaa;
}

a:hover {
	color: #ffffff;
}
