
/* set the background tile */

body { background: url(images/Marble01.jpg) repeat top; }


/* controlling the look of the left-hand menu */
.menu {
   margin: 35px 0px 0px 0px;
   position: absolute;
   font-family: Helvetica, sans-serif;
   color: #66EEEE;
}

.menu ul {
   list-style-type: none;
}

.menu a {
  color: #8A1700;
  font-weight: bold;
  text-decoration: none;
}

.menu a:hover {
  color: #BD1F00;
}

.menu a:visited {
  color: #703100;
}



.text, .personal {
   margin: 0px 100px 100px 200px;
   position: absolute;
   font-family: Helvetica, sans-serif;
}

.text a {
  color: #800055;
  text-decoration: none;
}

.text a:hover {
  color: #BD1F00;
}

.text a:visited {
  color: #703100;
}

.personal a {
  color: #AA0000;
  text-decoration: none;
}

.personal a:hover {
  color: #EE3300;
}

.personal a:visited {
  color: #880000;
}







.contact {
   text-align: center;
   margin: 25px 0px 0px 400px;
   position: absolute;
   font-family: Helvetica, sans-serif;
}

