/* style sheet for Readings of the Day */
/* 2009 Jun 13 jos                     */
/* 2010 Aug 14 consolate style sheets  */


body {
   background:white;
   color:black; }


table {
   background:white;
   color:black;
   margin-left:auto;
   margin-right: auto;  
   border-left: 8px solid #c6C6C6;
   border-right:8px solid #c6C6C6;
   border-top:0px;
   border-bottom:0px;
   width:540px; }

td {
   padding-left:20px;
   padding-right:20px; }

p {
   background:white;
   color:black;
   font-family:"Times New Roman", Ariel,sans-serif;
   text-align:left; }

 .blockquote { 
   margin-left:60px;
   margin-right:60px; }

 .center {
   text-align:center; }

 .leftmargin {
   margin-left:120px; }
   
   
/* begin special text description */
h1 {
   background:#FFFFFF none;
   color:red;
   font-family:Helvetica, "Times New Roman", Ariel,sans-serif;
   font-size:160%;
   font-weight:bold;
   text-align:center; }
   
 .Title01 {
   background:#FFFFFF none;
   color:blue;
   font-family:Helvetica, "Times New Roman", Ariel,sans-serif;
   font-size:80%;
   font-weight:bold; }
/* end special text 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 */
