/* http://www.qtlbim.org */
/* Specifying the styles of some common html elements */

/************************************************ Defining Element Colors *********************************************/

h1, h2, h3, h4, h5, h6
		{ color:#ad2110; }

hr 		{ background:#ad2110; color:#ad2110; border-color: #ad2110; }

table 	{ background:#f8f7ef; color:#333333; border-color: #888d78; }
th 		{ background:#ded6b5; color:#555a45; border-color: #888d78; }
td 		{ border-color: #888d78; }
