﻿.flag {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	clear: both;
}
#navbar ul li a {
	background-color: #DEF3FF;
	text-decoration: none;
	line-height: 30px;
	width: 150px;
	display: block;
}
#navbar ul {
	padding: 0px;
	margin: 10px auto 0px auto;
}
#navbar li {
	width: 150px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	display: inline-block;
	border-style: solid;
	border-width: thin;
}
#navbar ul li a:hover {
	background-color: #E8A651;
}
#footer ul li a {
	background-color: #DEF3FF;
	text-decoration: none;
	line-height: 30px;
	width: 150px;
	display: block;
}
#footer ul {
	padding: 10px 0px 0px 0px;
	margin: 10px auto 10px auto;
}
#footer li {
	width: 150px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	display: inline-block;
	border-style: solid;
	border-width: thin;
}
#footer ul li a:hover {
	background-color: #E8A651;
}

