.feed_code {
	font-size: 18px;
	color: red;
	font-weight: bold;
}



body {
	margin: 0px;
    background-color: #ffffff;
}


td,th,p {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #525252;
	font-weight: 500;
	text-align: center;
	line-height: 135%;
}
.center {
	text-align: center;
}

td {
	height: 30px;
	padding: 5px 10px 5px 10px;
}


table {
    border-collapse: collapse;
}

b {
	font-weight: 700;
}

.bgrnd {
    background-color: #ffffff;
}

.right {
	text-align: right;
}








