block by maptastik 8331fa7655302729c973

// source http://jsbin.com/meboqu

Full Screen

jsbin.meboqu.css

body {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background-color: #27ae60;
}

.center {
  text-align: center;
}
.new-language{
  font-weight: bold;
}
.stricken {
  text-decoration: line-through;
}
.disclaimer {
  font-size: 10px;
}


.none {
  list-style-type: none;
}
.decimal {
  list-style-type: decimal;
}
.disc {
  list-style-type: disc;
}
.lower-alpha {
  list-style-type: lower-alpha;
}
.lower-roman {
  list-style-type: lower-roman;}