
/* Debugging styles */

.debugBorder
{
	border: solid red 1px;
}
			
.debugBackground
{
	background-color: blue;
}