﻿body{
  background-image: url('../images/pergamen.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #C1995E;
  background-position: center top;
}

/*----------------------------------------------- MAIN --------------------------------------------*/
.main{
  width: 58%;
  height:85%;
  position: absolute;
  top:5%;
  left: 20%;
  overflow: auto;
}

/*-----------------------------------------------LINKS---------------------------------------------*/

a{
  font-size: 12px;
  text-decoration: none;
  color: teal;
}

a:hover{
  font-size: 12px;
  text-decoration: none;
  color: teal;
}

a:visited{
  font-size: 12px;
  text-decoration: none;
  color: teal;
}