body {background-color: #D7DBC4}

/* #D7DBC4} */

/* bold text , standard color, no hover, left align */

A.main				{color: #808040; 
					font-family: Verdana; 
					font-size: 7.5pt; 
					font-weight: bold;
					text-decoration: none;
					align: left}


/* plain text , standard color, no hover, left align */

A.mainn				{color: #808040; 
					font-family: Verdana; 
					font-size: 7.5pt; 
					text-decoration: none;
					align: left}

TD.mainn				{color: #808040; 
					font-family: Verdana; 
					font-size: 7.5pt; 
					text-decoration: none;
					align: left}
					

/* underline text , standard color, no hover, left align */

A.mainu				{color: #808040; 
					font-family: Verdana; 
					font-size: 7.5pt; 
					font-weight: bold;
					text-decoration: underline;
					align: left}


/* bold text , standard color, hover-yellow, left align */

A.mainh 			{color: #808040; 
					font-family: Verdana; 
					font-size: 7.5pt; 
					font-weight: bold;
					text-decoration: none;
					align: left}
					
A.mainh:hover 	{color: yellow ! important;
					text-decoration: none ! important;
					}


/* bold text , black color, no hover, left align */

A.mainbl			{color: black; 
					font-family: Verdana; 
					font-size: 7.5pt; 
					font-weight: bold;
					text-decoration: none;
					align: left}


/* bold text , standard color, no hover, right align */

A.mainr				{color: #808040; 
					font-family: Verdana; 
					font-size: 7.5pt; 
					text-decoration: none;
					align: right}

/* standard text , standard color, no hover, center align */

A.mainc				{color: #808040; 
					font-family: Verdana; 
					font-size: 7.5pt; 
					text-decoration: none;
					align: center}


/* bold text , standard color, no hover, center align, title size */

A.maintc				{color: #808040; 
					font-family: Verdana; 
					font-size: 12pt;
                                        font-weight: bold; 
					text-decoration: none;
					align: right}

/* Sermon Font */

A.sermon				{color: #808040; 
					font-family: Verdana; 
					font-size: 9pt;
                                        font-weight: none; 
					text-decoration: none;
					}