body {
background-color: #ffffff;
background-image: url("ranch.jpg");
background-repeat: repeat;
background-attachment: fixed;
font-family: "Arial","Helvetica","sans-serif";
font-size: 16px;
color:navy;
}
h1 {
font-size:48px;
text-align:center;
color:aqua;
}
h2 {
font-size:36px;
text-align:center;
color:aqua;
}
h3 {
font-size:28px;
text-align:center;
}
p {
font-size:24px;
text-align:left;
}

