/*
 * Default style sheet for EJP home page.
 *
 * $Id: default.css,v 1.5 2003/09/27 20:59:19 vauclair Exp $
 */

BODY
{
  color: black;
  background: #d0d0d0;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 83%;
}

A:visited
{
  text-decoration: none;
  color: #00b0b0;
  background: inherit;
}

A:link
{
  text-decoration: none;
  color: blue;
  background: inherit;
}

A:hover
{
  text-decoration: underline;
}

A:active
{
  text-decoration: none;
  color: red;
  background: inherit;
}

DIV.title
{
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  color: inherit;
  background: #add8e6;
  font-weight: bold;
  text-transform: capitalize;
  padding-left: 5px;
  padding-right: 5px;
}

DIV.window
{
  border: 1px solid black;
  color: inherit;
  background: #f0f0f0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
}

DIV.counter
{
  color: #909090;
  background: inherit;
  font-size: 8pt;
  text-align: right;
}

DIV.date
{
  color: #909090;
  background: inherit;
  font-size: 8pt;
}

DIV.shadow
{
  border-bottom: 2px solid #8f8f8f;
  border-right: 2px solid #8f8f8f;
  margin-bottom: 5px;
}

TABLE
{
  border: none;
}

IMG
{
  border: 0;
}
