a {
	font-weight:bold;
	color:#000066;
	text-decoration: none;
}

a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

body {
	background-color: #7DCA31;
	font-family:Arial;
}

.flags {
	cursor:pointer;
	width:100%;
	height:20px;
	padding:2px;
	margin:2px;
}

#footer {
	font:Arial;
	font-size:10px;
	color:#334d55;
	font-weight:bold;
	width:100%;
	font-size: 10px;
	font-weight:100;
}

#logo {
	width:100%;
	margin:2px;
	padding:2px;
}

