/*style_article.css for Articles */
      body {
        font-size: 12pt;
	      font-family: "Gill Sans MT";
        font-style: normal;
        text-align: left;
        background-color: #996600;
        color: #000000;
        margin: 0 70px 0 70px;
      }
      h1 {                      /* Page title */
        color: #062194;
        font-size: 18pt;
        font-weight: bold;
        text-align: center;
      }
      h2 {                      /* Section heading */
        font-size: 14pt;
        font-weight: bold;
        font-style: normal;
        color: #990000;
      }
      
      h3 {
        font-size: 12pt;
        font-weight: bold;
        font-style: normal;
        color: #000000;
      }

      h4 {
        font-size: 10pt;
        font-weight: bold;
        font-style: normal;
        color: #000000;
      }

      .comment  {               /* Comment */
        font-size: 12pt;
        font-weight: bold;
        font-style: normal;
        color: #990000;
      }
      
      .quote-it {               /* quoted text */
      	margin: 0 30px 0 30px;
	      font-style: italic;
	    }
	    
     .image {                  /* picture and caption */
        font-size: 80%;
        color: #990000;
        p {margin-left; 1em;}
     }

     img.padright {
      padding-right: 1em;
     }

     img.padleft {
       padding-left: 1em;
     }

     .grid {width: 100%; max-width: 1280px; min-width: 320px; margin: 0 auto; clear: both;}
     .col-3 {
       font-size: 80%; color: #990000; 
       float: left; width: 30.8%; margin-right: 3.8%; 
     }
     .last {margin-right: 0;}


	    /* Styles for Links */
      #link-back {font-size: xx-small; color: #FFCC00; }
      #link-back a:link, #link-back a:visited {color: #FFCC00;}
      #link-back a:focus {color: white; text-decoration: none;}
      #link-back a:hover, #link-back a:active {color: white; text-decoration: none; font-weight: bold;}

  