/* Entire document (body tags) */

A
  {
  color: #d40206;
  text-decoration: none;  
  }
A:hover
  {
  text-decoration: underline;  
  }  
  
BODY 
  {
  color: #404040;
  font-size: 12px;
  background-color: #ececec;
  background-image: url('art/topbg.png');
  background-attachment: fixed;
  background-repeat: repeat-x;
  }
  
/* L1 Headings, used at the top of every page */
H1
  {
  color: #545454;
  font-size: 30px;
  font-family: serif;
  padding-top: 5px;
  padding-bottom: 0px;
  margin: 0px;
  margin-bottom: 12px;  
  }

/* L2 Headings, used as a sub-head in various pages */
H2
  {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  color: #555555;
  font-size: 22px;
  font-family: serif; 
  }
  
/* Horizontal rule */
HR
  {
  border: solid 1px #d40206;
  border-width: 0px;
  border-style: solid;
  color: #d40206;
  background: #d40206;
  width: 760px;
  padding: 0px;
  margin: 4px;
  }

/* Horizontal rule */
HR.footer
  {
  border: solid 1px #565656;
  border-width: 0px;
  border-style: solid;
  color: #565656;
  background: #565656;
  width: 95%;
  padding: 0px;
  margin: 4px;
  }

/* Paragraphs */
P
  {
  font-size: 14px;
  color: #404040;
  text-indent: 1em;
  padding-top: 0px;
  padding-bottom: 6px;
  margin: 0px;  
  }

/* Body content area of page */
#pagebody
  {
  padding-top: 15px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url ('art/pagebg.png');
  background-repeat: y-repeat;
  }

IMG.outline
  {
  border: solid 1px #999999;
  }

IMG.outline2
  {
  border: solid 1px #000000;
  }
    
/* Fine print */
SMALL.copyright
  {
  display: block;
  padding-top: 5px;
  font-family: sans-serif;
  font-size: 11px;
  color: #979797;
  }
  
/* "Meet the instructor" link, "Visit garthfrandsen.com" link, etc */
DIV.special
  {
  color: #555555;
  padding-left: 4px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
  }  

/* "Meet the instructor" link, "Visit garthfrandsen.com" link, etc */
A.special
  {
  padding-left: 4px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
  }
  
/* Fine print */
SMALL.fine
  {
  display: block;
  padding-left: 5px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  }
  
/* Ultra-fine print */
SMALL.ultrafine
  {
  font-family: sans-serif;
  font-size: 11px;
  color: #565656;
  }  
