DY { font-family: "Times New Roman", Serif;
       font-size: 13pt;
       color: #000000;
       background: white;
       margin-left: 10px;
       margin-right: 10px;
       margin-top: 5px;
       margin-bottom: 0px;
       background-attachment: fixed }

table { font-size: 13pt; }

/* Menu links in header. */
.header A { text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    font-family: "Times New Roman", Serif; } 
.header A:link    { color: #A9A9A9; font-size: 10pt; }     /* unvisited links */
.header A:visited { color: #A9A9A9; font-size: 10pt; }     /* visited links   */
.header A:hover   { color: #8b0000; font-size: 10pt; text-decoration: none; } /* user hovers     */
.header A:active  { color: #8b0000; font-size: 10pt; text-decoration: none; } /* active links    */
.header A.blue:link    { color: blue; font-size: 12pt; }   /* unvisited links */

/* Header. */
table.header {
    /* border: #8b0000 solid 2px; */
    border: 2px solid #8b0000;
    border-top: 0;
}

/* Wiki body. */
td.wikibody {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 13pt;
}

td.wikibody a {
    color: blue;
    text-decoration: none;
    font-weight: bold;
}
td.wikibody a:hover,a:active { text-decoration: underline; }

/* Footer. */
div.footer {
    text-align: center;
    font-family: "Times New Roman", Sans-serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
}

/* Wiki styles. */
.title {
    color: #8b0000;
    font-family: "Verdana", Sans-serif;
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
}

.subtitle {
    color: #8b0000;
    font-family: "Verdana", Sans-serif;
    font-weight: bold;
    font-size: 12pt;
}

.wine { font-weight: bold; color: #8b0000; }
.hrule { color: #8b0000; }
.blueline { color: blue; width: 70%; }
.yellowline { color: yellow; width: 70%; }

/* Calendar styles. */
table.event {
    font-family: "Tahoma", "Verdana", Sans-serif;
    font-weight: bold;
    font-size: 13pt;
    width: 100%;
}

td.date {
    width: 35%;
}

td.thing {
    width: 65%;
}

/* Wiki-related links. */
div.wikilinks {
    text-align: center;
}

a.wiki { 
    font-family: "Tahoma", Sans-serif; 
    text-decoration: none; 
    font-size: 8pt; 
    color: white; 
    font-weight: bold;
}
a.wiki:active,a.wiki:hover { color: #708090; }
.pagetext img {
	padding: 8px;
}

