body { font-family: Times, serif;
color: #0000cc;
background: #ffcc00 none;
font-size: 13px}/* px is a calculated pixel size for a display device */

h1 { font-size: 2em;
color: blue;
text-align: center;
text-decoration: underline;
background: #ffcc00 none;
margin-top: 5%}/* em is an alternative relative size wrt base font,
   or use % as here */ h2 {color: green;
background: yellow none;
text-align: left;
font-size: 120%}/* background: color, image, repeat, attachment, position */ A:link {text-decoration: underline;
font-weight: 800;
color: #0066ff;
background: #ffcc33 none } A:visited { text-decoration: none;
color: red;
background: #ffcc00 none } A:active { text-decoration: underline;
color: red;
background: #ffcc33 none } blockquote { color: black;
background: white none;
text-align: justify;
font-size: 120%;
font-weight: 700;
font-family: courier, sans-serif;
margin: 0.5em 5em }/* two values give top-bottom, right-left
   four values give top, right, bottom, left */ .Spiffing { text-decoration: blink;
color: white;
background: black none;
font-weight: 200 }