/* Cascading Style Sheet for
 * http://www.songofsolomon.com/404.html
 *
 * Author:     matthew
 *             webmaster@songofsolomon.com
 * Date:       December 1997
 */

a:link 
{
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
  font-family: "Trebuchet MS, Arial, Helvetica, Verdana";
}

a:hover 
{
  text-decoration: underline;
  color: #0000bb;
}

a:visited 
{
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
  font-family: "Trebuchet MS, Arial, Helvetica, Verdana";
}

a:hover 
{
  text-decoration: underline;
  color: #0000bb;
}

a:active 
{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-family: "Impact, Trebuchet MS, Arial, Helvetica, Verdana";
}

body 
{
  font-size: 100%;
  font-family: "Trebuchet MS, Arial, Helvetica, Verdana";
}

tt
{
  font-size: 100%;
  font-family: "Trebuchet MS, Arial, Helvetica, Verdana";
}

h3
{
  font-size: 100%;
}

input
{
  color:#bb0000;
  font-weight: bold;
  background:#000000;
  font-family: "Trebuchet MS, Arial, Helvetica, Verdana";
}

textarea
{
  color:#bb0000;
  font-weight: bold;
  background:#000000;
  font-family: "Trebuchet MS, Arial, Helvetica, Verdana";
}

p.copy
{
  text-indent: 15em;
}


/* End
 */