body{
background-color: #798fbf;
margin-top: 0px;
}

#index{
width: 393px;
height: 456px;
margin-left: auto;
margin-right: auto;
position: relative;
background-image: url(images/index.jpg);
background-repeat: no-repeat;
}

#nav{
width: 700px;
height: 40px;
margin-right: auto;
margin-left: auto;
position: relative;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
text-align: center;
margin-top: 4px;
text-decoration: none;
}

#content{
width: 600px;
height: auto;
margin-left: auto;
margin-right: auto;
position: relative;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: medium;
color: #fff;
text-align: justify;
background-color: #798fbf;
}

#nav a{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
text-align: center;
margin-top: 5px;
text-decoration: none;
}

#nav a:hover{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
text-align: center;
margin-top: 5px;
text-decoration: underline;
}

#bottom{
width: 800px;
height: 20px;
margin-top: 15px;
margin-right: auto;
margin-left: auto;
position: relative;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: center;
}

#bottom a{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: center;
margin-top: 5px;
text-decoration: none;
}

#bottom a:hover{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: center;
margin-top: 5px;
text-decoration: underline;
}

h1{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 25px;
color: #FFFFFF;
text-align: center;
}

h3{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #FFFFFF;
text-align: center;
margin-top: -5px;
}

h4{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
text-align: center;
}


h4 a{
color: #FFFFFF;
text-decoration: none;
}

h4 a:hover{
color: #FFFFFF;
text-decoration: underline;
}

#next{
border: none;
margin-left: 15px;
}

#previous{
border: none;
margin-right: 15px;
}


