

img {
	max-width: 25%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

fieldset.dialog {
	border-radius: 1em;
	padding: 1em;
	margin-bottom: 1em;
	background-color: #e6ecff;
	border: .2em solid #002699;
}
fieldset.dialog > legend {
	font-size: 200%;
	color: #606060;
	font-weight: bold;
}

fieldset.inner {
	border-radius: 1em;
	padding: 1em;
	margin-bottom: 1em;
	background-color: white;
	border: .2em solid #002699;
}
fieldset.inner > legend {
	font-size: 180%;
	color: #606060;
	font-weight: bold;
}


table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

td, th {
	border-radius: 5px;
	border: none;
	width:  50%;
	text-align: left;
	padding: 10px;
}

tr:nth-child(1) {
  background-color: #e6ecff;
  	font-size: 130%;
	color: #606060;
	font-weight: bold;
}

footer {
	font-size: 75%;
	/*border-radius: 1em;
	border: .2em solid #002699;
	background-color: #e6ecff;*/
	padding: 5px;
	margin-bottom: 3px;
	color: #606060;
	font-weight: bold;
	display: block;
	bottom: 10px;
	float: right;
}

a {
	font-size: 100%;
	color: #606060;
	font-weight: bold;
}
/*
li {
  display: list-item;
  /*list-style-type:arrow;*/
  /*list-style-image:url('/path/to/yourArrow.png');*/
}
*/
/*
.body {
	font-family: arial, sans-serif; 
	background-color: white;
	color: #606060;
	font-weight: bold;
	}
	*/