/* background image */ body { background-image: url(images/bg.jpg); } /* style to color links and change cursor */ a:link, a:visited, a:hover { color: #ffff00; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; cursor: help; text-decoration: none; } /* style to underline links on mouse over */ a:hover { border-bottom: 1px solid #000000; } /* text in tables */ table { color: #ffffff; font-size: 14px; } /* double border */ table.double { border-color: #000000; }