body {
	background:			#EEF0F5;
#	font-family:		sans-serif;
}
.telecomclass {
	width: 				70%;
	padding:			20px 20px 20px 20px;
	margin-left:		auto;
	margin-right:		auto;
}
#telecom h1 {
	text-align:			center;
}
#telecom h2 {
	text-align:			justify;
}
#telecom table {
	margin-left:		auto;
	margin-right:		auto;
	border-collapse:	collapse;
	border:				2px solid #888888;
}
#telecom th {
	padding:			5px 5px 5px 5px;
	text-align:			center;
	border:				1px solid #888888;
}
#telecom td {
	border:				1px solid #888888;
	padding:			5px 5px 5px 5px;
}
#telecom td.center {
	text-align:			center;
}
#telecom tr.darkclass td {
	background-color:	#DEE0E5;
}