body {
	margin : 0 0 0 0;
	background-color : Black;
	color: White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: center;
}

h1 {
	font-size: 13px;
}

td.menu {
	background-image : url(images/menu_background.gif);
	background-repeat : no-repeat;
	background-position : center;
	height : 40px;
	text-align : center;

	}
	
	td.menu2 {
	background-image : url(images/menu_background.gif);
	background-repeat : no-repeat;
	background-position : center;
	height : 40px;
	text-align : center;}

table.meni {
	position: relative;
	top: 15;
	text-align : center;
	width: 98%;
	padding-left : 15px;
	padding-right: 15px;
	background-color: #000000;
	visibility: visible;
	
}
	
a {
	color : #68b9fd;
	text-decoration : none;
	font-weight : bold;
	font-size : 14px;
}

a:hover {
		color: #ffffff;
}
