@CHARSET "ISO-8859-1";

body, p, div, td, th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

img { border: none; }
p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 130%;
}

a:hover { color: black; }

.disabled { color: silver; }
.error { color: #990000; }
.centered { text-align: center; }

a.edit-link { font-size: 12px; color: silver; }

td.news div.listed-item div.title { background-color: #009933; }

a.news, td.news h1, td.news h2, h1.news, h2.news { color: #009933; }
a.club, td.club h1, td.club h2, h1.club, h2.club { color: #0051ba; }
a.activities, td.activities h1, td.activities h2, h1.activities, h2.activities { color: #990000; }
a.members, td.members h1, td.members h2, h1.members, h2.members { color: #b59b0c; }
a.board, td.board h1, td.board h2, h1.board, h2.board { color: #ff6600; }

a.news:hover { color: #024930; }
a.club:hover { color: #002868; }
a.activities:hover { color: #ff0000; }
a.members:hover { color: #ffcc00; }
a.board:hover { color: #a53f0f; }

div.listed-item {
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.listed-item div { padding: 5px; }

div.listed-item div.title {
	border-bottom: 1px solid black;
	color: white;
	font-weight: bold;
}

div.listed-item div.details {
	font-size: 12px;
	font-style: italic;
}