﻿.InfoBox
{
	border: solid 1px SteelBlue;
	background-color: LemonChiffon;
	padding: 5px;
}

.InfoBoxText
{
	color: DarkRed;
}