body { font-family: arial, helvetica, sans-serif;
 font-size: 70%;
 color: black;
 background-color: #ffc;
 margin: 0.5em;
 padding: 0;
}
 /* By the way, this is a comment */
 p { line-height: 0.7em;}
 br { line-height: 0.5em;}
 b { font-size: 0.9em;}
 h1 { color: #ffc;
 background-color: #900;
 font-size: 1.3em;
 margin: 0;
 margin-bottom: 0.1em;
 padding: 0.1em;
 font-style: italic;
 text-align: center;
 letter-spacing: 0.2em;
 border-bottom-style: solid;
 border-bottom-width: 0.2em;
 border-bottom-color: #c00;
}
 h2 { color: white;
 background-color: #090;
 font-size: 1.2em;
 margin: 0;
 padding: 0.1em;
 padding-left: 1em;
}
 h3 { color: #999;
 font-size: 1.1em;
}
 img { border-style: dashed;
 border-width: 1px;
 border-color: #ccc;
}
 a { text-decoration: none;
}
 strong { font-style: italic;
 text-transform: uppercase;
}
 li { color: #900;
  font-size: 85%;
  line-height: 1em;
}
 table { background-color: #ccc;
}