body {
     font-family: italic, helvetica, sans-serif; 
    font-size: 80%;
     color: black;
     background-color: #ffc;
     margin: 1em;
     padding: 0;
 }
 /* By the way, this is a comment */
 p {
     line-height: 1.5em;
 }
 h1 { 
    color: #090;
     background-color: #900;
     font-size: 2em;
     margin: 0;
     margin-bottom: 0.5em;
     padding: 0.25em;
     font-style: italic, helvetica, sans-serif;
     text-align: center;
     letter-spacing: 0.5em;
     border-bottom-style: solid;
     border-bottom-width: 0.5em;
     border-bottom-color: #c00;
 }
 h2 { 
    color: yellow;
     background-color: #090;
     font-size: 1.5em; 
    margin: 0; 
    padding: 0.1em;
     padding-left: 1em;
 } 
h3 { 
    color: black;
     font-size: 1.25em;
 }
 img {  
   border-style: straight;
     border-width: 2px;
     border-color: #0000FF;
 }
 a {
     text-decoration:
 none; } 
strong { 
    font-style: italic, helvetica, sans-serif; 
    text-transform: uppercase;
 } 
li { 
    color: #900; 
    font-style: italic, helvetica, sans-serif;
 } 
table { 
    background-color: #ccc;
 } 
