/* CSS stylesheet for articles */




/* STRUCTURE:  CONTAINERS AND BOXES  */

.WebPageContainer
   {
/*   width:53.5em; */
   width:50em;
   height:62em;
   padding:0em;
   margin:0em 0em; 
   float:left;
   background-color: black;
   text-align:left;
   text-indent: 0em;
   font-size: 1em;
   font-family: Arial, sans-serif;
   }

.TxtArea
   {
   float:left;
   background-color: #FEFFF1; /*subtle white */
 /*  width:52.5em; */
   width:49em;
   /*height:53.5em;*/
   padding:0.5em;
   border:0em solid black;
   margin:0em 0em 0em 0em; 
    }

.DividerBox
   {
   clear:both;
   float:left;
 /*  width:52.5em; */
   width:48em;
   height:1px;
   background-color:#8B008B;
   }


/* TEXT CLASSES */


.ArticleDate
   {
      clear:both;
      float:left;
      color: black;
      font-size:0.75em;
      font-family: Arial, sans-serif;
    }

.ArticleCategory
   {
      clear:both;
      
      float:left;
      color: black;
      font-size:0.75em;
      font-family: Arial, sans-serif;
   }

.ArticleTitle
   {
       clear: both;
       float:left;
       color: teal;
       Font-size:1.5em;
   }


.ArticleTxt
   {
      clear:both;
      float:left;
      color: black;
      font-size:1.25em;
      font-family: Arial, sans-serif;
   }

/* Link Classes */

.ArticleLink
   {
      text-decoration:none;
      color: blue;
      font-size:1em;
      font-family: Arial, sans-serif;
   }















