/* CSS File - Half-Life */

h1
{
	color: #ff9900;
}

h1 a:link,
h1 a:hover,
h1 a:visited
{
	color: #ff9900;
}

a:link
{
	color: #ff9900;
	text-decoration: none;
}

a:visited
{
	color: #ff9900;
	text-decoration: none;
}

a:hover
{
	color: #ffcc66;
	text-decoration: underline;
}

a:active
{
	color: #ff9900;
	text-decoration: none;
}

a.menu:link
{
	color: #ff9900;
	text-decoration: none;
}

a.menu:visited
{
	color: #ff9900;
	text-decoration: none;
}

a.menu:hover
{
	color: #ffcc66;
	text-decoration: underline;
}

a.menu:active
{
	color: #ff9900;
	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 #ff9900;
}

div.news_list_compact_row:hover a
{
	color: #ffcc66;
}

