body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* left-hand navigation links */
a.menu:link, a.menu:active, a.menu:visited {
	text-decoration: none;
	color: white;
}
a.menu:hover {
	color: yellow;
}
/* news links */
a.special:link, a.special:active, a.special:visited {
	text-decoration: none;
	color: blue;
}
a.special:hover {
	color: red;
	text-decoration: underline;
}

.small {
	font-size: 10px;
}

.large {
	font-size:14px;
}

/* dates at beginning of articles */
.date {
	font-size: 10px;
	font-style: italic;
}

.nav_bar {
	background-color : #003300;
}

.top_left {
	background-color : #003300;
}
/*  Article table headins */
.headline {
	background-color : #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	text-align: center;
	color : White;
}

.headline_club {
	background-color : #CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	text-align: center;
	color : Black;
}

.background_table {
	background-color : #999966;
}