/* CSS File - Day of Defeat */

h1
{
	color: #7d997d;
}

h1 a:link,
h1 a:hover,
h1 a:visited
{
	color: #7d997d;
}

.h_special
{
	color: #99bf99;
	text-decoration: none;
	font-weight: bold;
}

a:link
{
	color: #99bf99;
	text-decoration: none;
}

a:visited
{
	color: #99bf99;
	text-decoration: none;
}

a:hover
{
	color: #c3e5c3;
	text-decoration: underline;
}

a:active
{
	color: #99bf99;
	text-decoration: none;
}

a.menu:link
{
	color: #99bf99;
	text-decoration: none;
}

a.menu:visited
{
	color: #99bf99;
	text-decoration: none;
}

a.menu:hover
{
	color: #c3e5c3;
	text-decoration: underline;
}

a.menu:active
{
	color: #99bf99;
	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 #99bf99;
}

div.news_list_compact_row:hover a
{
	color: #c3e5c3;
}