body {font-family: Arial, Helvetica, sans-serif; background-color:#CCCCCC; background-image: url(pics/links/bg.jpg); }
body.beta {font-family: Arial, Helvetica, sans-serif; background-color: #6F6F6F; background-image: url(pics/links/bg2.jpg); }
td {font-family: Arial, Helvetica, sans-serif; }
th {font-family: Arial, Helvetica, sans-serif; }
p.alpha {color: #000000; font-size: large; text-align: justify; }
p.beta {color: #000000; font-size: medium; text-align: justify; }
h1,h2,h3,h4,h5,h6 { text-decoration: none; font-family:Trebuchet MS; }
table.alpha { 
    border: none;
    font-size: large;
    min-width: 150px;
  }
table.beta {
    border: none;
    font-size: large;
  }
tr.alpha {
    text-align: center;

  }
td.alpha {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    min-width: 200px;
  }
div { text-align: center; }
a img {border: none; }
a:link {color: #0000FF; }     /* unvisited link */
a:visited {color: #0000FF; }  /* visited link */
a:hover {color: #000000; text-decoration: none; }   /* mouse over link */
a:active {color: #000000; text-decoration: overline underline; }   /* selected link */

#sneaky-link {
  text-decoration: none;
  color:#000000;
  cursor: text;
}

#sneaky-link a:visited {

}

#sneaky-link a:hover {

}

#sneaky-link a:active {

}