	body, td, table {
	   font-family : arial; font-size : 12px;
	}
   .contents {
      color : white;  font-family:arial;  font-size:16px;  font-weight:bold;
   }
   .contentTable {
      background: #A8C6C5; border: #000000 solid 1px;
   }
   .genre {
   	  font-weight : bold;
   	  font-size : 11px;
   	  border-bottom : 1px dashed black;
   }
   .article{
   	  font-weight : bold;
   	  font-size : 12px;
   	  color : #000000;
   }
   .bible{
   	  font-weight : bold;
   	  font-size : 12px;
   	  color : #005599;
   }
   .devotion{
   	  font-weight : bold;
   	  font-size : 12px;
   	  color : #002266;
   }
   .prayer{
   	  font-weight : bold;
   	  font-size : 12px;
   	  color : #007755;
   }
   .poetic{
   	  font-weight : bold;
   	  font-size : 12px;
   	  color : #004567;
   }
   .topverse {
	  font-family : arial;
   	  font-size : 14px;
	  background : #F8F7F3;
          border-top : #777777 1px solid;
	  border-bottom : #777777 1px solid;
   }
	.whiteSmoke {
		border : solid black 1px;
		background : whitesmoke;
	}
	.borderDashed {
		border : dashed 1px #008888;
	}
	.articleBody {
		text-align:justify;
		font-size:12px;
	}
	.poemBody {
		text-align:left;
		font-size:12px;
	}	
	.articleBody2 {
		border-top : dashed 1px #008888;
		border-bottom : solid 1px #008888;
		font-size:12px;
		text-align:justify;
	}
	.articleMainBottomRight {
		border-top : dashed 1px #008888;
		font-size:12px;
		text-align:justify;
	}
	A:LINK, A:ACTIVE {
		font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : #005500;
	}
	A:VISITED {
		color : #888888;
		text-decoration : none;
	}	
	A:HOVER {
		color : black;
		background : yellow;
	}	
	A.navbar:LINK, A.navbar:VISITED, A.navbar:ACTIVE {
		font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : #345D81;
		text-decoration : none;
		border-right: 1px #345D81 solid;
  		background : url(images/tabbg.jpg);
	}
	A.navbarFirst:LINK, A.navbarFirst:VISITED, A.navbarFirst:ACTIVE {
		font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : #345D81;
		text-decoration : none;
		border-left: 1px #345D81 solid;
		border-right: 1px #345D81 solid;
		padding : 1px 1px 1px 1px;
		background : url(images/tabbg.jpg);
	}
	A.navbar:HOVER {
		color : white;
		background : #345D81;
	}
	A.navbarFirst:HOVER {
		color : white;
		background : #345D81;
	}	
	
	A.contents:LINK, A.contents:VISITED, A.contents:ACTIVE {
		font-family : Arial;
		font-size : 11px;
		color : black;
		text-decoration : none;
		font-weight : normal;
	}
	A.contents:HOVER {
		color : white;
		background : #273A39;
	}
	A.underlined:LINK, A.underlined:VISITED, A.underlined:ACTIVE {
		font-family : Arial;
		font-size : 12px;
		color : #273A39;
		font-weight : normal;
		text-decoration : underline;
	}
	A.underlined:HOVER {
		color : white;
		background : #273A39;
	}	
	