
/***********************************/
/* Body and default text color     */
/***********************************/
body {
  background-image: url(../common_graphics/greenpaper.gif);
} 

/***********************************/
/* Basic Paragraph Declarations    */
/***********************************/
p {
  align: left;
  color: #CC0000;
} 

p.quote {
  text-align: center;
  color: #ff9900;
}

/***********************************/
/* Headline Declarations           */
/***********************************/      
h1 {
  color: #0000CC;
  text-align: center;
} 

h2 {
  color: #003333;
  text-align: center;
}

/***********************************/
/* Link Declarations               */
/***********************************/
a:link {
  color: #FF0000;
} 

a:visited {
  color: #990066;
}

/***********************************/
/* List declarations - with gif    */
/***********************************/
ul {
  list-style-image: url("../graphics/ball.gif");
}

/***********************************/
/* Paragraphs with borders on them */
/***********************************/
p.dotted {
  border-top: dotted;
  border-right: dotted;
  border-bottom: dotted;
  border-left: dotted;
}

p.dashed {
  border-top: dashed;
  border-right: dashed;
  border-bottom: dashed;
  border-left: dashed;
}

p.solid {
  border-top: solid;
  border-right: solid;
  border-bottom: solid;
  border-left: solid;
}

p.double {
  border-top: double;
  border-right: double;
  border-bottom: double;
  border-left: double;
}

p.groove {
  border-top: groove;
  border-right: groove;
  border-bottom: groove;
  border-left: groove;
}

p.ridge {
  border-top: ridge;
  border-right: ridge;
  border-bottom: ridge;
  border-left: ridge;
}

p.inset {
  border-top: inset;
  border-right: inset;
  border-bottom: inset;
  border-left: inset;
}

p.outset {
  border-top: outset;
  border-right: outset;
  border-bottom: outset;
  border-left: outset;
}

$DOCUMENT {
  background-image: url(greenpaper.gif);
}

HEAD {
  color: #000033;
  text-decoration: none;
}

H3 {
  color: #006633;
  text-align: center;
}
