/* -------------------------------------------------------------------------------------- */
/* Richard Raymond Plourde (RichardRPlourde@comcast.net)                                  */
/* 2004.05.20 - css1.css                                                                  */
/* -------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------- */
/* CSS/(X)HTML element selector {property: value;} rules                                  */
/* -------------------------------------------------------------------------------------- */

body
{
  margin: 0;
  border: 0;
  padding: 0;
  background: #ffaaaa;
  color: #000000;
  font: 100% Georgia, serif;
}

h1
{
  font: 1.4em Verdana, sans-serif;
}

h2
{
  font: 1.3em Verdana, sans-serif;
}

h3
{
  font: 1.2em Verdana, sans-serif;
}

h4
{
  font: 1.1em Verdana, sans-serif;
}

h5
{
  font: 1.0em Verdana, sans-serif;
}

h6
{
  font: 0.9em Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  margin: 0;
  border: 0;
  padding: 0;
  text-align: left;
}

div,
p,
li,
dd
{                                             /* redundant selectors to help NS4 remember */
  color: #000000;
  font-family: Georgia, serif;
  text-align: justify;
}

th,
td                                                      /* use for monospaced link lables */
{
  font-family: "Lucida Sans Unicode", "Lucida Console", "Courier New", Courier, console;
}

tt                                                      /* use for monospaced link lables */
{
  font-family: "Lucida Console", "Courier New", Courier, console;
}

pre                                                  /* text here WILL NOT wrap each line */
{
  font-family: "Lucida Console", "Courier New", Courier, console;
}

code                                                     /* text here WILL wrap each line */
{
  color: #000000;
  font-family: "Lucida Console", "Courier New", Courier, console;
  font-weight: bold;
}

a
{
  border: 0;
  background: transparent;
}

a:link
{
  background: #eeeedd;
  color: #000000;
}

a:visited
{
  background: #eeeedd;
  color: #000000;
}

a:hover
{
  background: #ccccbb; 
  color: #000000;
}

a:active
{
  background: #000000; 
  color: #ccccbb;
}

img
{
  margin: 10px 10px 10px 10px;
  border: 0;
  padding: 0;
}

/* -------------------------------------------------------------------------------------- */
/* CSS ID selector {property: value;} rules                                               */
/* -------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------- */
/* CSS class selector {property: value;} rules                                            */
/* -------------------------------------------------------------------------------------- */


