p.newsTitle {
	font-weight:bold;
}

p.newsText {
	padding-left:20px;
}

p.newsTime {
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	padding-left:20px;
	padding-bottom:10px;
}


div.calendar {
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:3px;
	border:1px solid #555555;
}

table.calendar {
	text-align:center;
	padding:1px;
}



table.calendar th {
	font-weight:normal;
}

table.calendar th.spacer {
	height:2px
}

table.calendar td {
	text-align:right;
	width:1.6em;
}

table.calendar a {
	text-decoration:none;
	color:black;
}

table.calendar a:hover {
	text-decoration:underline;
	color:#707070;
}


