	body {
		margin: 10px 10px 10px 10px;
		background-color: white;
	}

	#linknav a:link {
		text-decoration: none;
		color: blue;
	}

	#linknav a:hover {
		text-decoration: none;
		color: red;
	}

	#linknav a:visited {
		text-decoration: none;
		color: blue;
	}

	#sectionnav a:link {
		display: block;
		text-decoration: none;
		color: blue;
		padding: 8px;
		padding-left: 20px;
	}

	#sectionnav a:hover {
		color: red;
		background-image: url("go.png");
		background-repeat: no-repeat;
		background-position: center left;
	}

	#sectionnav a:visited {
		display: block;
		text-decoration: none;
		color: blue;
		padding: 8px;
		padding-left: 20px;
	}

	#importante {
		text-decoration: blink;
		color: red;
	}