Navigational Map Nav Reference 6.0
Images are being used for our heading in the tutorial, if it was in text, it would be placed as an "h1".
This is the definition for the largest heading in the CSS file called "h1":
/*
h1 is placed against body colored background, and
is text color #990033
*/
h1 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
background: #FFFFFF;
color: #990033;
margin: 0% 10%;
padding: 0em;
border: 0px;
}