/* Cascading Style Sheet for
 * http://www.freemyheart.com/index.html
 *
 * Author:     matthew
 *             m AT freemyheart.com
 * Date:       December 1997
 */

a:link 
{
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}

a:hover 
{
  text-decoration: underline overline;
  color: #ffffff;
  cursor: crosshair;
}

a:visited 
{
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}

a:hover 
{
  text-decoration: underline overline;
  color: #ffffff;
  cursor: crosshair;
}

a:active 
{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

body 
{
  font-size: 100%;
  font-family: "Verdana, Arial, Helvetica";
  scrollbar-face-color: #000000;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #666666;
  scrollbar-3dlight-color: #666666;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #333333; 
  scrollbar-arrow-color: #8DB0BC;
}

tt
{
  font-size: 100%;
}

h3
{
  font-size: 100%;
}

input
{
  color:#bb0000;
  font-weight: bold;
  background:#000000;
}

textarea
{
  color:#bb0000;
  font-weight: bold;
  background:#000000;
}

p.copy
{
  text-indent: 15em;
}


/* End
 */