/* CSS Document */

body{
	margin: 0;
}

#navi{
	background-image: url('bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	height: 40px;
	text-align: right;
}

a:link, a:active, a:visited{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	padding-left: 10px;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	font-size: 10px;
	color: #ffffff;
	font-family: Arial;
	padding-left: 10px;
	font-weight: bold;
}