h1
 {
font-family: Helvetica, Arial, sans-serif;
color: #000;
font-size: 125%;
text-align: center; 
font-weight: bold;
}
h2
 {
font-family: Helvetica, Arial, sans-serif;
color: #000;
font-size: 200%;
text-align: center;
font-weight: bold;
}
h3
{
font-family: Helvetica, Arial, sans-serif;
color: #000;
font-size: 85%;
text-align: left;
font-weight: bold;
}
p
{
font-family: Helvetica, Arial, sans-serif;
color: #000;
font-size: 110%;
text-align: center;
font-weight: bold;
}
a:link
{
color: black;
}
a:active
{
color:white;
}
a:visited
{
color:black;
}
a:hover
{
color: white;
}
body 
{
background-image: url('coyote1.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-color: rgb(255,204,102);
}



