﻿body{
   background-color:#995a00;
   color: white;
 
}

#wrapper{     
  width:760px;
  margin:0 auto;
  border: solid 1px #d2b48c;
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/others/oth-1/oth44.cur), auto !important;} /* End https://www.cursors-4u.com */    
   
#header {
  background-color: #800000;
    
} 
    
#nav {
  background-color: #808080;
  text-align: center;
  
}

#main {

}

/* unvisited link */
a:link {
  color: white;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  

  text-decoration: none
}

/* visited link */
 a:visited {
  color: orange;
}

/* mouse over link */
 a:hover {
  color: yellow;
}

/* selected link */
 a:active {
  color: #7EC0EE;
} 