body 
{
background: url("http://beerlandtexas.com/images/awolves_2.jpg") no-repeat fixed #000;
background-position: center top;
margin:0;
padding:0;
}

td
{
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: normal;
font-style: normal;
text-align:center;
vertical-align:top;
color:#fff;
}

a
{
text-decoration:none;
color:#663;
}

a:hover
{
text-decoration:underline;
color:#663;
}

.helper
{
font-size:50%;
color:#663;
}

.eventcontent
{
font-size:90%;
}

.month
{
background-color:none;
}

.monthname
{
font-size:110%;
background-color:none;
color:#663;
}

.dayname
{
font-weight:normal;
font-size:80%;
color:#663;
background-color:none;
}


.nomonthday, .monthday, .today, .sunday, .saturday
{
height:90px;
width:15%;
font-size:80%;
font-weight:normal;
border: solid 1px #663;
padding:6px;
}

.nomonthday
{
color:#aaa;
background-color:none;
}

.monthday
{
background-color:none;
color:#663;
}


.monthday .eventcontent a
{
background-color:none;
color:#663;
}

.today
{
background-color:none;
color:#fff;
}
.today .eventcontent a
{
color:#fff;
}


.sunday
{
background-color:none;
color:#663;
}
.sunday .eventcontent a
{
color:#663;
}


.saturday
{
background-color:none;
color:#663;
}
.saturday .eventcontent a
{
color:#663;
}



