/* CSS File - Day of Defeat */

h1
{
	/*color: #7d997d;*/
	color: #bfba50;
}

h1 a:link,
h1 a:hover,
h1 a:visited
{
	color: #bfba50;
}

a:link
{
	/*color: #99bf99;*/
	color: #bfba50;
	text-decoration: none;
}

a:visited
{
	color: #bfba50;
	text-decoration: none;
}

a:hover
{
	/*color: #c3e5c3;*/
	color: #e5df60;
	text-decoration: underline;
}

a:active
{
	color: #bfba50;
	text-decoration: none;
}

a.menu:link
{
	color: #bfba50;
	text-decoration: none;
}

a.menu:visited
{
	color: #bfba50;
	text-decoration: none;
}

a.menu:hover
{
	color: #e5df60;
	text-decoration: underline;
}

a.menu:active
{
	color: #bfba50;
	text-decoration: none;
}

input.textbox:focus, input.login_text:focus, input.login_pw:focus, input.news_headline:focus, textarea:focus, select:focus
{
	border: 1px solid #bfba50;
}

#menu_top table#menu_sections td.active
{
	background-color: #bfba50;
}

div.news_list_compact_row:hover a
{
	color: #e5df60;
}

