html {
	width: 548px;
	margin: auto auto;
}	

body {
	width: 548px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid black;
}

header {
	width:100%;
	display:table;
	border: 0px solid green;
}

footer {
	width: 100%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

q {
	font-size: 8x;
	font-style: italic;
}

nav {
	width: 100%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:center;
	font-size: 12px;
}

section {
	width: 526px;
	margin: 10px;
	border: 0px solid blue;
}

div {
	border: 0px solid red;
}

table {
	border-collapse: collapse;
	border: 0px solid black;
}

th {
	text-align: left;
	border-width: 3px;
	border-bottom-style: solid;
}

td {
	text-align: left;
	border-width: 1px;
	border-bottom-style: solid;
}

a:link {
	color: #000000;
	text-decoration: none
}

a:visited {
	color: #000000;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	background-color: #96DBAC;
	color: #ffffff;
}