/* CSS Document */

.companyH1 {
	color: #6594e0;
	border-bottom: dashed 2px #6594e0;
}

company > ul > li{
	list-style-type: none;
}

.companyText {
	display:inline-block;
	max-width:1200px;
}

#company > table {
	margin:auto;
	width:90%;
}

#company > table > tbody > tr > td {
	padding:10px;
}