BODY{
	font-style : normal;
	font-family : sans-serif;
	background-color : Black;
	color : white;
	font-size: 12px;
	}

.navi a:link {
		text-decoration : none;
		color : red;
	}
.navi a:visited {
		text-decoration : none;
		color : #FF7373;
	}
.navi a:hover {
		text-decoration : none;
		color : yellow;
	}

.navi td{
	   width : 150px;
		height : 25	px;
		color : black;
		vertical-align: middle;
		padding : 3px;
		text-align: left;
		background-color : #575757;
		background-image: url(img/menu.jpg);
		background-position: right;
		background-repeat: no-repeat;
		font-size: 12px;	
}

	



