/* SteveFryatt.org.uk
 * Base Style Sheet
 *
 * 01/09/2002 - Created
 * 07/12/2008 - Removed coloured backgrounds and surround boxes.
 */

BODY
{
  color: black;
  background-color: white;
  font-family: arial, helvetica, sans-serif;
  font-size: medium;
}

A:link
{
  color: #009933;
}

A:visited
{
  color: #00cc00;
}

A:active
{
  color: #00cc00;
}

/* Main heading on each page */
H1
{
  font-size: xx-large;
  font-style: normal3;
  font-weight: bold;
  text-align: left;
}

H2
{
  font-size: large;
  font-style: normal;
  font-weight: bold;
}

/* Internal section heading links */
H3
{
  font-size: medium;
  font-style: normal;
  font-weight: bold;
  padding-top: 0em;
  margin-top: 0em;
}

H4
{
  font-size: small;
  font-style: normal;
  font-weight: bold;
}

CITE
{
  font-style: italic;
}

/* Page section ID definitions. */

#container
{
  margin: 10px;
  /*border: 2px solid #000000;*/
}

#header
{
  color: #00cc00;
  /*background-color: #99ff99;*/
  border-bottom: 2px solid #00cc00;
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
}

#content
{
  margin: 1em 1em 1em 70px;
}

#footer
{
  clear: both;
  color: #000000;
  /*background-color: #99ff99;*/
  padding: 2px;
  text-align: center;
  border-top: 2px solid #00cc00;
}

/* Class definitions. */

.list-image
{
  margin-top: 0em;
  padding-top: 0em;
  float: left;
  margin-left: -60px;
}

.list-text
{
  margin-left: 60px;
}

P.breadcrumb
{
  font-weight: normal;
  color: #ff0000;
  margin-left: -60px;
}

A.breadcrumb
{
  color: #0000ff;
}

.breadcrumb-here
{
  color: #0000ff;
  font-weight: bold;
}

.webring
{
  text-align: center;
}

.screenshot
{
  font-weight: bold;
  text-align: center;
}

.download
{
  border: 2px solid #00cc00;
  padding: 0.5em;
}

P.download IMG.iyonix
{
  float: right;
}

P.download IMG
{
  float: left;
}
