body {
	font-family: times;
	color: black;
	background-color: white;
}

table.main {
	color: black;
	border: 0px solid;
	width: 640px;
}

## Main Page ##
table.news {
	color: black;
	border: 0px solid;
	width: 450px;
	padding: 0px;
}

td.news_date {
	font-weight: bold;
	color: white;
	background-color: gray;
	text-align: center;
	padding: 0px;
}

td.news_text {
	font-family: serif;
	font-size: 12pt;
	colspan: 2;
	color: black;
	border-top: 1px solid gray;
	background-color: lightgray;
	padding: 0px;
	text-align: justify;
}

td.counter {
	border: 1px solid black;
}

## Philanthropy Page ##
table.philanthropy {
	width: 550px;
}

## Links Page ##
table.friends {
	width: 550px;
}

## Officers Page ##
table.officers {
	border: 1px solid;
	width: 700px;
}

td.bodies {
	border: 1px solid;
	width: 350px;
	background-color: #f1e35c;
}

div.officerheading {
	padding: 3px;
	font-family: times;
	font-size: 16px;
}

div.officers {
	padding: 3px;
	font-family: times;
	font-size: 12px;
}

## Events Page ##
table.nav {
	width: 575px;
}

.nav {
	background-color: #e2e2e2;
	font-size: 12px;
}

a.month {
	text-decoration: none;
}

a.month:hover {
	text-decoration: underline;
}

table.calendar_main {
	color: black;
	border: 1px solid;
	width: 640px;
	background-color: #f1e35c;
}

td.kalendar {
	font-weight: bold;
	text-align: center;
	border: 0px red solid;
	border-bottom: 1px gray solid;
}

td.event_table {
	border-right: 1px solid gray;
}

table.event {
	color: black;
	font-family: times;
	font-size: 12px;
}

table.month {
#	border: 1px gray solid;
	font-family: monospace;
	font-variant: small-caps;
	text-align: center;
}

td.dow {
	font-weight: bold;
}

td.year {
#	background-color: #efefdd;
	font-weight: bold;
	color: black;
	border: 1px gray solid;
	text-align: center;
}
