/* Grid.css customization */

.container {
  width: 710px;  /* columns*40 - 10 */
  margin: 0 auto;
}

.border {
  border-right: 1px solid #999;
}

.box {
    background:#ccc;
    border:1px solid #999;
}

/* Typography.css customization */

body { 
  font-family: "Lucida Sans Unicode", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  font-family: "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


/* Own rules */

img {
    border:1px solid #999;
}