/*
 * Styles for the inverted maze page
 *
 * Copyright 2010 - Michael Sinz
 */

@import url(maze.css);

.Wall
{
  background-color: white;
}

.Floor
{
  background-color: black;
}

.Floor:hover
{
  background-color: green;
}
