
body, td, input, select, textarea
{
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
}

h1
{
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 10px;
}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

pre
{
	margin:0px;
	padding:0px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.headerbar{
font: bold 12px Arial;
color: white;
background:black url(../images/titlebar.png) repeat-x center left;
text-transform: uppercase;
}
.worship_day{
color:#433b2c;
font:bold 12px Arial;
}
.worship_title{
color:#433b2c;
font:bold 12px Arial;
}
.worship_details{
color:#433b2c;
font:normal 12px Arial;
}

.main {
width:190px;
height:130px;
border:1px solid #998f7d;
}

.month {
background-color:black;
font:bold 10px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 16px verdana;
color:white;
}

.days {
font-size: 16px;
font-family:verdana;
color:black;
background-color:#ece8dd;
padding: 1px;
}

.days #today{
font-weight: bold;
color: red;
}

