a       { color: #ccc; }
a:hover { color: #ff0; }
a:link  { color: #ffc; }

img
{
	border: none;
}

body
{
	background-color: black;

	background-image: url(./src/back.jpg);
}

body.news
{
	margin: 0px;
	padding: 0px;

	overflow-y: scroll;
	overflow-x: hidden;
}

table.news > tbody > tr > td
{
	text-align: left;

	vertical-align: top;

	font-family: Arial, monospace;

	color: #fff;

	font-size: 14px;
}

table.news > tbody > tr > td:first-child
{
	font-weight: bold;

	color: #f96;

	width : 90px;
}

div#bottommenu
{
	padding-top: 3em;

	text-align: center;

	color: #ccc;
}

/*
div#bottommenu > a       { color: #ccc; }
div#bottommenu > a:hover { color: #ff0; }
div#bottommenu > a:link  { color: #ffc; }
*/

div#footer
{
	margin-top: 2em;

	line-height: 140%;

	text-align: center;

	color: white;
}

div.page-title
{
	padding: 2em 0em 2em 0em;

	text-align: center;
}

div.title
{
	padding: 1em 0em 0.5em 0em;

	text-align: center;
}
