body{ background: url(club-np.jpg) ; color: lime; margin-left: 2em; margin-right: 2em;   }
h1 { background: blue; color: yellow; font-size: 2.7em; border-radius: 8px; padding-left: 10px; }
h2 { font-size: 1.7em; }
p { line-height: 1.0em; }
em { font-style: normal; font-weight: bold; color: deeppink; }
a { text-decoration: none; }
a:link { color: cyan; }
a:visited { color: cyan; }
a:hover { color: darkorange; }
a:hover { text-decoration: underline; }
