/* Richard Raymond Plourde (RRP@SeaPlusPlus.net) */
/* 2007.11.24 — xcss1.css */
/* Copyright © 1994–2007 Richard R Plourde Some rights reserved */

/* CSS/(X)HTML element selector {property: value;} rules */

html
{
  margin: 0;
  border: 0;
  padding: 0;
  background: #ffffee;
  color: #000000;
  font-family: Georgia, serif;
  font-size: 100%;
  font-weight: normal;
}

body
{
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
  border: 0;
  padding: 0;
  background: #ffffee;
  color: #000000;
  font: medium Georgia, serif;
  text-align: center;
}

h1
{
  font-size: 2.38em;
}

h2
{
  font-size: 2.00em;
}

h3
{
  font-size: 1.62em;
}

h4
{
  font-size: 1.43em;
}

h5
{
  font-size: 1.19em;
}

h6
{
  font-size: 1.00em;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 160%;
  font-family: Georgia, serif;
  font-weight: normal;
}

p
{
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 160%;
  text-indent: 0;
  text-align: left;
  text-decoration: none;
}

div
{
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 160%;
  text-indent: 0;
  text-align: left;
}

form
{
  margin: 0 0 0 1em;
  border: 0;
  padding: 0;
  line-height: 160%;
  text-indent: 0;
  text-align: left;
}

address
{
  margin: 0.2em;
  font: small "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: normal;
}

cite
{
  font: medium Georgia, serif;
  font-weight: normal;
}

code
{ /* text here WILL wrap each line */
  font: medium "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: normal;
}

tt
{ /* text here WILL wrap each line */
  font: medium "Courier New", monospace;
  font-weight: normal;
}

pre
{ /* text here WILL NOT wrap each line */
  margin: 0 5em 1em 5em;
  font: x-small "Courier New", monospace;
}

a
{
  background: #ffffee;
  color: #0000ff;
}

a:link,
a:visited
{
  background: #ffffee;
  color: #0000ff;
}

a:hover
{
  background: #cccccc;
  color: #000000;
}

a:active
{
  background: #ffffee;
  color: #000000;
}

img
{
  margin: 4px 4px 4px 4px;
  border: 0;
  padding: 0;
}

sup,
sub
{
  font: x-small "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: bold;
}


