/* CSS Document */

a {
	color: #FF9900;
	text-decoration: none; 
}

a:hover {
	color: #FFFFFF; 
	text-decoration: none;
	}
	.prayTimeContainer {
    	background:#6bacfa;
    	padding:0px;
}
.prayTimeContainer table {

		margin-left:0px;width:100%;
		border:0px;
		border-collapse: collapse;
}

.prayTitleCell {
		background:#fff;
}
.prayTimeCell {
		font-weight:bold;
		border-bottom:1px solid #fff;
}
