	body {
		margin: 10px 10px 10px 10px;
		background-color: white;
		font-family:Verdana;
	}

	#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: darkblue;
		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: darkblue;
		padding: 8px;
		padding-left: 20px;
	}

         #importante {
		text-decoration: blink;
		color: red;
                 padding-left: 20px;
	}

         #linker_Rand {
		margin-left: 20px;
	}

         #cover {
		padding-top: 10px;
                 padding-right: 20px;

	}