 /* unvisited link */
a:link {
  color: #6600cc;
  text-decoration: none;
}

/* visited link */
a:visited {
  background-color: #6600cc;
  color: #6600cc;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  background-color: #FFFFFF;
  color: #6600cc;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #6600cc;
} 

img {
  border-radius: 8px;
  alt: "Philippine Artifacts";
}

div.a {
  text-indent: 30px;
}

hr.bottom {
border: 2px solid #c0c0c0;
width: 40%;
}

body            
{
    margin:auto;
    width:1920px;
    padding:10px;
    background-color:#d5d1c3;
}