a:link {
	text-decoration : none;
	color : blue;
	}

a:active {
	color : yellow;
	text-decoration: underline;
	}

a:hover {
	color : red;
	text-decoration: underline;
	}

a:visited {
	text-decoration : none;
	color: blue;
	}

#navi {
	position: absolute;
	padding: 1.0em;
	height: auto;
	width: 260px;
	top: 5px;
	bottom: 5px;
	left: 5px;
}

#main {
	position: absolute;
	padding: 1.0em;
	height: auto;
	width: auto;
	top: 5px;
	bottom: 5px;
	left: 350px;
	right: 140px;
}

#right {
	position: absolute;
	padding: 1.0em;
	height: 600px;
	width: 120px;
	top: 5px;
	bottom: 5px;
        left: auto;
	right: 5px;
}
