body {
    background: url(square.gif);
}
h2 {
    text-decoration: underline;
}
h3 {
    font: bold 18pt Serif;
    margin-bottom: 0pt;
    width: 100%;
    border: solid 3px blue;
    background: white;
    padding-left: 15px;
}
table.index {
    background: #88ff88;
    text-align: center;
    font: bold 14pt Serif;
}
ul.index {
    margin-left: 0px;
    padding-left: 2ex;
}
td.logo {
    background: #008800;
    color: white;
    text-align: center;
    font: bold 18pt Arial, Helvetica, Sans Serif;
}
td.head {
    background: #ccffcc;
    font: bold 24pt Times New Roman, Times, Serif;
    padding: 2ex 0pt 2ex 2ex;
}
td.siteindex {
    background: #ccffcc;
    font: bold 10pt Arial, Helvetica, Sans Serif;
    vertical-align: top;
    padding: 10px 3px 0px 3px;
}
td.body {
    vertical-align: top;
    padding: 10px;
}
td.year {
    background: #00ff88;
    text-align: center;
}
p.tagline {
    text-align: center;
    font: italic 16pt Times New Roman, Times, Serif;
    color: #008800;
}

.newsdate {
    font: italic 14pt Times New Roman, Times, Serif;
}

.newstitle {
    font: bold 14pt Times New Roman, Times, Serif;
}
p.news {
    margin-left: 5ex;
}

p.copyright {
    text-align: center; 
    font: 9pt Arial;
}

/*
 * The 2 border attributes simulate the <table> "cellspacing" attribute.
 * The default background is transparent, and with my repeating []O
 * it looked too busy.
 */

table.clubs {
    background-color: white;
    border-collapse: separate;
    border-spacing: 8px;
    width: 740px;
}

table.clubs tr th {
    background-color: #eeffee;
}

table.clubs tr td {
    background-color: #ddffdd;
}

table.fancy {
    margin-left: 25px;
}

table.fancy td {
    background: #ccffcc;
    font: bold 10pt Arial, Helvetica, Sans Serif;
    vertical-align: top;
    padding: 10px;
}

