body {
	background: black;
	font-family: Tahoma;
	font-size: 10px;
	color: white;
	margin: 0px;
	padding: 0px;
}

table, tr, td {
	font-size: 14px;
}

a:link, a:visited, a:active {
	color: yellow;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.toplogo {
	background-image: url('images/logo.jpg');
        background-repeat: no-repeat;
}

.menuhead {
	background-image: url('images/menuhead.jpg');
        background-repeat: no-repeat;
}

.menuleft {
	background-image: url('images/menuleft.jpg');
        background-repeat: no-repeat;
	background-position: left;
}

.menu {
	background-image: url('images/menuback.jpg');
        background-repeat: no-repeat;
	padding: 10px 0px 0px 10px;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: white;
	font-size: 20px;
	font-weight: bolder;
}

.menu a:hover {
	color: yellow;
	text-decoration: none;
	font-weight: bolder;
}

.menufoot {
	background-image: url('images/menufoot.jpg');
        background-repeat: no-repeat;
}

.newsitem {
	background-color: #222222;
	padding: 10px;
}
