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;}