/* external style sheet, referred to by all pages */
  body { background-color: #F8F0C0; } /* default */
  p, body  { font-family: Arial, Helvetica, Sans-Serif; font-size: 16; }
  a { text-decoration:none; font:bold }
  a:hover { text-decoration:underline } /* show underline when mouse over */
  a:link { color: blue }     /* unvisited link */
  a:visited { color: red }  /* visited link */

