body {
background-color: rgb(0,0,0);
background-image: url('images/savbg.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}


h1 {
text-align: center;
font-style: italic;
font-family: "Times New Roman";
font-size: 33px;
color: rgb(255,255,255);
padding-top: 70px;
width:610px;
}


h2 {
font-style: italic;
font-family: "Times New Roman";
font-size: 28px;
text-align: center;
padding: 20px;
text-decoration: none;
width:610px;
}


h3 {
font-style: italic;
font-family: "Times New Roman";
font-size: 16px;
text-align: center;
color: rgb(255,255,255);
width:610px;
padding: 10px;
}


h4 {
font-style: italic;
font-family: "Times New Roman";
font-size: 15px;
text-align: center;
color: rgb(255,255,255);
padding-top: 40px;
width:610px;
}

img {
margin: 10px;
}

a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}
a:active {
text-decoration:none;
}

