body {
	font-family: Arial;
}

h1	{
	font-family: Arial, Helvetica, Nimbus Sans L, sans-serif;
	color: #830E0E;
	font-size: 16px;
}

.main {
	vertical-align: center;
	position: center;
}

.section_top {
	vertical-align: left;
	position: relative;
}

.section_middle {
	vertical-align: left;
}

.table_main {
	margin: 15px 15px 15px 15px;
	font-size: 13px;
	font-weight: bold;
	color: Maroon;
}

.the_boss {
	background-image: url(images/the_boss.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 145px;
	padding-left: 410px;
	padding-right: 200px;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.londons_favourite {
	background-image: url(images/londons_favourite_company.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 100px;
}

.small_font {
	font-size: 11px;
	color: grey;
	
}

.normal_text {
	font: normal 12px Arial;
	color: Black;
}

a.homepage {
	font-weight: bold;
	color:Maroon;
	text-decoration:underline;
	font-size: 13px;
}

a {
	font-size: 12px;
	color: Maroon;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}