body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}

#container{
/* width:               320px;  */
color:               #000;
margin-top:          0px;
padding-top:         0px;
margin-right:        auto;
margin-left:         auto;
border-top-width:    thin;
border-right-width:  thin;
border-bottom-width: thin;
border-left-width:   thin;
background-color:    #fff}

a:link,
a:visited,
a:active {
/*    text-decoration: none;  */
    color: #333;
/*    color: #325b29  */
}

a img {
    border: none;
}

.title {
    font-size:       95%;
    font-weight:     bold;
    text-decoration: none;
    height:          1em;
    padding: 1px 0 1px 0;
    margin: 0 0 0 2px;
    color: #000;
}

.event_dt {
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    height: 1em;
    color:#000;
/*    letter-spacing:  -0.05em;  */
}

.event_data {
    font-size:       90%;
    text-decoration: none;
    height:          1em;
    color:#000;
/*    letter-spacing:  -0.05em;  */
}

p {
	margin-top:     0px;
	margin-right:   0px;
	padding-top:    3px;
	padding-left:   3px;
	padding-bottom: 3px;
	margin-bottom:  0px;
    border-bottom:  1px solid black;
}

.odd { background:#cde}

#h {
    background: #32598b;
    padding-left: 20px;
    font-size: 135%;
    color: white;
}
#h a {
    background: #32598b;
    padding-left: 20px;
    font-size: 65%;
    color: white;
}

