/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {  }

.button {width: 120px; height: 50px;

  font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif; 
  color: #000000; }
   
  .box
  { font-size: 16px;
  font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif; 
  padding-right: 6pt;
  padding-left: 6pt;}
  
   /* unvisited link */
a:link {
    color: #7a2625;
   text-decoration:underline;
}

/* visited link */
a:visited {
    color: #AF7D7C;
}

/* mouse over link */
a:hover {
    color: #7a2625;
    font-weight:bold;
}

/* selected link */
a:active {
    color: #AF7D7C;
}
