BODY
{
font-family: Helvetica, Arial, sans-serif;
font-size: 10pt;
background: #bbb;
}

p
{
font-size: 9pt; 
padding: 0px; 
margin: 3px;
}

A:link, A:active, A:visited, A:hover
{
color: #337;
}

A:link
{
}

A:active
{
}

A:visited
{
}

A:hover
{
color: #f44;
}

H1 {
font-size: 12pt;
padding: 2px;
margin: 0px;
}

H2
{
font-size: 10pt;
padding: 2px;
margin: 0px;
}

H3
{
font-size: 9pt;
padding: 2px;
margin: 0px;
font-weight: normal;
font-style: italic;
text-align: right;
border: 0px;
border-top: 1px solid black;
border-bottom: 1px solid black;
background: #fff;
padding: 4px;
margin-bottom: 5px;
}

#calendar {
background: #eee;
border: 1px solid black;
padding: 8px;
float: right;
margin-left: 8px;
}

div#content {
background: #eee;
border: 1px solid black;
padding: 8px;
margin-right: 155px;
}

#content div.header
{
}

#content div.themesel
{
border: 0px;
border-top: 1px solid black;
border-bottom: 1px solid black;
background: #fff;
padding: 4px;
margin-bottom: 5px;
}

A.theme:link, A.theme:active, A.theme:visited, A.theme:hover;
{}

div.header h2
{
border: 0px;
border-top: 1px solid black;
border-bottom: 1px solid black;
background: #fff;
padding: 4px;
margin-bottom: 5px;
}

p.news
{}

h1 .themeheader
{
border: 0px;
border-top: 1px solid black;
border-bottom: 1px solid black;
background: #fff;
padding: 4px;
margin-bottom: 5px;
}

h1.posting {
}

h2.posting
{
font-size: 9pt;
}

/* A collapsed month */
div.nomonth p.month { }

img {border: none;}

/* Table Styles
================*/

table {
border: 0px;
border-top: 1px solid black;
border-bottom: 1px solid black;
background: #fff;

margin-bottom: 5px;

}

td, th
{
border: 0px;
width: 16px;
height: 16x;
text-align: center;
}

th.day
{
background: #ddf;
}

td.item
{
background: #ddf;
font-size: 7pt;
}

td.noitem {
font-size: 7pt;
}

#today
{
border: 1px solid black;
}

#calendar .nomonth {
margin-bottom: 5px;
border: 0px;
border-top: 1px solid black;
border-bottom: 1px solid black;
background: #fff;
}


