/*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;
      }

      .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;
	    }

	    /* 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;}

  