h1 { background: limegreen; }
h2 { background: skyblue; }
h3 { background: black; color: white; }
body { background: aliceblue url(bg021.gif) repeat;} 
p {line-height: 1.4em; }
em { color: red; }
tabel, td {font-weight: bold; border: 3; border-color: black; cellpedding: 5; background: lightgreen; }
a:link {color: bulue; }
a:visited { color; purple; }
a:hover {color: darkorange; }
