a:link {
color: green;
text-decoration: underline;
}

a:visited {
color: #666666;
}

a:active {
color: red;
text-decoration: none;
}

h1 {
font-family: "copperplate gothic bold", cursive;
font-size: 36px;
color: black;
text-align: center;
text-decoration: underline;
margin: 0;
padding: 0;
} 

h2 {
font-family: Times, Arial, Helvetica, sans-serif;
font-size: 24px;
color: black;
}

h3 {
font-family: Times, Arial, Helvetica, sans-serif;
font-size: 20px;
color: black;
text-align: center;
}

p {
font-family: Times, Arial, Helvetica, sans-serif;
font-size: 16px;
color: black
}

.link {
font-weight: bold;
font-size: 12px;
text-align:center;
}


.quote {
color: blue;
font-style: normal;
font-weight: bold;
font-size: 20px;
}

.caption {
color: blue;
font-style: italic;
font-weight: bold;
font-size: 20px;
}

body
{ 
background-image: url(index_files/natives.jpg); 
background-color: #000000
}

}
