body, table
{
  font-family: Verdana, Helvetica;
  font-size:   10pt;
  color:       rgb(225,225,225);
}

body
{
  background-color: black;
  background-image:url(../images/snowflake.gif);
  background-repeat:no-repeat; 
  background-attachment:fixed;
  background-position:bottom right;
}

.headline
{
  color: rgb(29,179,237);
  font-size: 14pt;
  font-weight: bold;
  text-decoration: dashed;
}

.highlight
{
  /*font-weight: bold;*/
  color: rgb(29,179,237); 
}

.highlightColored
{
  color: rgb(29,179,237); 
}

a.navOff:link,a.navOff:visited  
{
  text-decoration: none;
  color: rgb(97,97,97);
  font-weight: bold;
}

a.navOff:hover 
{
  text-decoration: none;
  color: rgb(225,225,225);
  font-weight: bold;
}

a.email, a.email:visited
{
  text-decoration: underline;
  color:rgb(225,225,225);
}

.link
{
  cursor: hand;
}

.box
{
  border: 1px solid rgb(225,225,225);
}
