body {
    background-image: url("corailaustralie.jpg")  ;
	font-family: "Verdana"
}
h1 {
    color: Navy;
	text-align: center;
	text-shadow: 6px 4px lightgrey;
	font-size: 70px;
}
p {
    color: Navy;
	font-size: 35px;
	text-align: center;	 
}

table, th, td {
    border: 1px solid black;
	text-align: center;
	background-color: CornflowerBlue ;
}

a:link {
    color: Navy; 
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
    color: Navy;
    background-color: transparent;
    text-decoration: underline;
}

a:hover {
    color: Navy;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: Navy;
    background-color: transparent;
    text-decoration: underline;
}

