/* <rph.css> 9mar05
**
** Style sheet for RPH web pages
*/

/* Document-wide defaults */
body {font-size:16px; background-color:#fffff0}

/* Page title line */
.ptl {font-size:200%; font-weight:bold; text-align:center;
  padding-top:0.4em; padding-bottom:1.3em}

/* Section title line */
.stl {font-size:130%; font-weight:bold; line-height:130%; padding-top:0.5em}

/* FAQ question (title) line */
.faq {color:blue; font-size:120%; line-height:130%; padding-top:0.95em}

/* Ordinary text */
.txt {text-align:justify}

/* Indented block */
.blk {margin-left:3em; margin-top:0.8em; margin-bottom:0.8em; text-align:left}

/* Preformatted text, program output (some browsers still need <pre>)*/
.pre, pre {margin:0.8em 1em; padding-left:1.5em; padding-top:0.7em;
  text-align:left; white-space:pre;
  font-family:monospace; font-size:90%; background-color:#ececec}

/* Left-justified table text */
.ljt {text-align:justify; vertical-align:top}

/* Left-justified table sidebar for quick links */
.ljb {vertical-align:top; padding: 0.5em 1em; background-color:#d0d0ff;
  font-size:150%; font-weight:bold; line-height:160%}

/* Index page selection buttons */
.bbb {width:200px; height:90px;
  padding-top:1em; padding-bottom:1em; padding-left:20px; padding-right:30px}

/* Shell command or program flag, generally quoted */
.scm {font-weight:bold; font-style:italic}

/* File name, generally not quoted */
.nmf {font-weight:bold; font-style:normal}

/* Program name, generally not quoted */
.nmp {font-weight:bold; font-style:normal}

/* Big link at beginning of paragraph, typically program name */
.lkb {font-size:150%; font-weight:bold; font-style:normal; padding-right:0.6em}

/* Horizontal rule */
hr {background-color:#40c040}
