BODY
{
  background-color: #171717;
  color: white;
  font-family: Arial, Verdana;
  font-size: 12;
}

BODY A:link
{
  color: blue;
  text-decoration: none;
}

BODY A:visited
{
  color: purple;
  text-decoration: none;
}

BODY A:active
{
  color: blue;
}

BODY A:hover
{
  color: blue;
  text-decoration: underline;
}

.copyright
{
  color: white;
  font-family: Arial, Verdana;
  font-size: 11;
  font-weight: bold;
}

.copyright A:link
{
  color: white;
  text-decoration: none;
}

.copyright A:visited
{
  color: white;
  text-decoration: none;
}

.copyright A:active
{
  color: white;
}

.copyright A:hover
{
  color: white;
  text-decoration: underline;
}

.home
{
  color: white;
  font-family: Arial, Verdana;
  font-size: 12;
}

.home A:link
{
  color: #eb6262;
}

.home A:visited
{
  color: #eb6262;
  text-decoration: none;
}

.home A:active
{
  color: #eb6262;
}

.home A:hover
{
  color: #eb6262;
  text-decoration: underline;
}

.homepadding
{
  padding: 15px;
}

.biosketch
{
  color: white;
  font-family: Times New Roman;
  font-size: 13;
}

.biosketch A:link
{
  color: #eb6262;
}

.biosketch A:visited
{
  color: #eb6262;
  text-decoration: none;
}

.biosketch A:active
{
  color: #eb6262;
}

.biosketch A:hover
{
  color: #eb6262;
  text-decoration: underline;
}

.biosketchpadding
{
  padding: 10px;
}

