﻿/* CSS layout */
body {
	margin-top: 20px;
	font-family: Tahoma;
	color: black;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	color: blue;
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
	font-size: medium;
	font-weight: bold;
}

#header {
	margin-left: 30px;
	border-width: 0;
}

#navigation {
	font-size: xx-large;
	text-align: center;
}

#container {
	max-width: 1000px;
	margin: 30px;
}

#footer {
	margin-top: 500px;
	position: absolute;
	text-align: center;
	color: red;
	font-weight: bold;
}
