body {
   font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
   background-image: url('../images/207.jpg');
  background-repeat: repeat-y);
  color: #252327;
  text-align: justify;
  color: red;
  margin-left: 50px;
  background-attachment: fixed;
  }
  nav
{
    display: inline-block;
    width: 860px;
    text-align: right; 
	padding-top: 0px;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
}

nav a
{
    font-size: 1.3em;
    color: blue;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

