body {
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 11px;
}

#lion {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.left, .right {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: blue;
}

img {
/*  border: solid;*/
/*  border-width: thin;*/
	border-radius: 10px;
}

/*
img.lion {
	width: 800px;
	height: 600px;
}
*/

#footer {
	margin-top: 10px;
	text-align: center;
	color: #999999;
}

#footer a, #footer a:visited, #footer a:hover, #footer a:active {
	color: #444444;
}

#footer a:hover {
	text-decoration: underline;
}
