/* CSS for the Demo Game pages */

#demo-content {
  width:600px;
  margin: 0 auto;
  text-align:center;
  border:3px double gray;
  padding:8px;
}

#demo-content p { text-align:left;}

h1 {color:#009;}