
/* 802.11 Style Sheet */

html {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;		
}

h1, h2, h3 {
	color: #008080;
}

hr {
	color: #008080;
}

header {
	display: flex;
	flex-direction: row;
	margin: 20px 0;
}
header .logo-block {
	display: flex;
	align-items: center;
}
header .title-block {
	display: flex;
	flex-direction: column;
}
header .title-block h1,
header .title-block h3 {
	margin: 5px 20px;
}

.body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 1600px;
	margin: auto;
}

.outerTable {
	padding: 10px 10px 10px 10px;
	width: 100%;
				
}

.centred {
	text-align:	center;				
}

.footer {
	width: 100%;
	text-align: center;
	font-size: small;
}
