/* Running in Faith style sheet       */
/* 2009 May 23 HTML 4.01 Strict       */
/* 2010 Jul 24 consolate style sheets */
/* replaces ~/css/aplc.css            */
/* replaces ~/rif/archives.css        */
/* 2010 Jul 25 validate CSS level 2.1 */ 


body {
   font-family:'Times New Roman', Ariel;
   background:white url('../img/bkgnd01.jpg') fixed; }
  
 
/* begin table description */
table {
   background:white;
   border:0px;
   margin-left:auto;
   margin-right:auto; }

 .outline {
   border:3px solid green;
   width:540px; }
/* end table description */  
  

/* begin td description */
td {
   background-color:white;
   margin-left:  auto;
   margin-right: auto;
   text-align:left; }

 .links {
   padding-left: 10px;
   padding-right:10px; }
/* end td description */


/* begin paragraph description */
p {
    color:black;
    font-family:'Times New Roman', Ariel;
    margin-left:20px;
    margin-right:20px;
    text-align:left; }


 .banner {
   background:blue;
   text-align:center; }


.blockquote {
    margin-left:50px;
    margin-right:50px;
    text-align:left; }
    
 .indent {
   text-indent:30px; }

 .center {
   text-align:center; } 

/* begin table description */
img {
  border:0px;
  margin:0px auto 0px auto;
  border:0px; }

 .left {
   float:left;
   margin:0px 10px 0px 0px; }

 .right {
   float:right;
   margin:0px 0px 0px 10px; }
/* begin paragraph description */



a:link    {background:white; color:blue;  text-decoration:none;}
a:visited {background:white; color:blue;  text-decoration:none;}
a:hover   {background:white; color:green; text-decoration:underline;}
a:active  {background:white; color:red;   text-decoration:none;}

/* end of file */
