/* Basic stylesheet for pages (from web-site http://css.nu) */
/* last updated September 26, 1998 */

/* Normal unvisited link presentation */
A:link {
  background: transparent;
  color: #3333cc;
  text-decoration: underline;
}

/* Normal visited link presentation */
A:visited {
  background: transparent;
  color: #000080;
  text-decoration: underline;
}

/* "Hover" link presentation */
A:hover {
  background: transparent;
  color: #0000ff;
  text-decoration: underline;
}

/* Style rule for "larger" text */
BIG.larger {
  font-size: larger;
}

/* Site wide BODY style rule */
BODY {
  background: #FFFFE0 /* url(http://css.nu/graphics/csspg-back2.jpg) left top repeat-x */;
  color: #3333AA;
  font-size: 1em;
  margin: 10px 10% 40px 10%;
}

/* Style rule for "emphasized" text */
EM {
  font-style: italic;
}

/* Style rules for the document main header */
H1 {
  background: transparent;
  color: #3333cc;
  font-family: sans-serif;
  font-size: 1.6em;
  margin: 0 0 0 0;
  text-align: center;
}

/* Style rules for the document location header */
H2 {
  background: #FFFF80;
  border-width: 3px;
  border-color: #3333CC;
  border-style: solid;
  clear: both;
  color: #3333cc;
  font-family: sans-serif;
  font-size: 1.3em;
  /* margin: 4em 12px 0 0; */
  text-align: center;
}

/* Style rules for the document section headers */
H3 {
  background: #FFFFC0;
  border-width: 1px;
  border-color: #3333CC;
  border-style: solid;
  clear: both;
  color: #3333cc;
  font-family: sans-serif;
  font-size: 1.1em;
  /* margin: 1em 12px 0 12px; */
  padding: 4px;
  text-align: center;
}

/* Style rules for the document section headers */
H4 {
  background: #FFFFC0;
  border-width: 1px;
  border-style: solid;
  clear: both;
  color: #3333cc;
  font-family: ariel;
  font-size: 1.1em;
  /* margin: 1em 12px 0 12px; */
  padding: 4px;
  text-align: center;
}

/* Style rules for the document section headers */
H5 {
  background: transparent;
  clear: both;
  color: #3333cc;
  font-family: ariel;
  font-size: 1.1em;
  /* margin: 1em 12px 0 12px; */
  padding: 4px;
  text-align: left;
}

/* Style rules for the document section headers */
H6 {
  background: transparent;
  clear: both;
  color: #3333cc;
  font-family: ariel;
  font-size: 1.0em;
  /* margin: 1em 12px 0 12px; */
  padding: 4px;
  text-align: left;
}

/* Generic Horizontal Ruler class */
HR {
  background: transparent;
  clear: both;
  color: #cc3333;
  text-align: center;
}

IMG.xyzzy {
  float: left;
  margin: 0;
}

/* Style rules for standard footer left/right image */
IMG.foot-limg {
  border-style: none;
  float: left;
  margin: 0 1em 0 12px;
}
IMG.foot-rimg {
  border-style: none;
  float: right;
  margin: 0 12px 0 1em;
}

/* Style rule for standard footer paragraph */
P.doc-foot {
  background: transparent;
  color: #3333CC;
  font-family: sans-serif;
  font-size: 0.9em;
  margin: 0.5em 0;
  padding: 0;
  text-align: center;
}

/* Style rule for a basic paragraph */
P {
  background: transparent;
  color: #3333CC;
  font-size: 1em;
  /* margin: 0.3em 12px 0 12px; */
  /* padding: 0; */
  /* text-align: left; */
  /* text-indent: 0; */
}

/* quoted text */
P.annotate {
  background: transparent;
  color: #3333AA;
  font-family: sans-serif;
  font-size: 1.0em;
  margin-left: 25%; */
  /* padding: 0; */
  text-align: right;
}

/* Style rule for a basic paragraph */
P.center {
  background: transparent;
  color: #3333CC;
  font-size: 1em;
  /* margin: 0.3em 12px 0 12px; */
  /* padding: 0; */
  text-align: center;
  text-indent: 0;
}

/* Style rule for a 1.st justified paragraph */
P.intro {
  background: transparent;
  color: #3333CC;
  font-size: 1em;
  /* margin: 0.3em 12px 0; */
  /* padding: 0; */
  text-align: justify;
  text-indent: 0;
}

/* Style rule for the "last updated" info line */
P.last-upd {
  background: transparent;
  color: #3333CC;
  font-family: sans-serif;
  font-size: 1em;
  /* margin: 0; */
  /* padding: 0; */
  text-align: right;
}

/* Style rule for text around a header logo */
P.pagehead {
  background: transparent;
  color: #3333cc;
  font-family: sans-serif;
  font-size: 0.9em;
  /* margin: 0; */
  /* padding: 0; */
  text-align: left;
}

/* quoted text */
P.quote {
  background: transparent;
  color: #3333AA;
  font-family: sans-serif;
  font-size: 1.0em;
  font-style: italic;
  font-weight: bold;
  margin-right: 25%; */
  /* padding: 0; */
  text-align: left;
}

/* Style rule for pre formatted rendering of white-space */
PRE {
  white-space: pre;
}

/* Style rule for "smaller" text */
SMALL {
  font-size: smaller;
}

/* Style rule for "strong-emphasized" text */
STRONG {
  font-weight: bold;
}

/* end of file for "basic-rules.css" */
