﻿html, body {
	height: 100%;
	font-size:1.1em;	
}

body {
flex-direction:column;
display: flex;
}

body {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif
}

a.afooter, a.afooter:visited {
	text-decoration: underline;
}
a.afooter:hover {
	color : white;
}
td {
	border: 1px black solid;
	padding: 2px;
	text-align: left;
	font-size:1em;
}
h1, h2, h3 {

	font-family:Verdana, Geneva, Tahoma, sans-serif;
	margin:2px 2px;

}
tr,td  {
	font-weight:inherit;
}
td.tdright {
}
.menuitem {
	cursor: pointer;
	border-radius: 4px;
	padding: 2px 4px;
	font-size: 1em;
}
.description {
	font-family:Arial, Helvetica, sans-serif;
}

.langmenu {
display:inline-block;
padding:4px;
margin:2px;
cursor:pointer;
font-weight:normal;
max-width:500px;
font-size:1em;
}

#exetale {
	max-width:600px;
}

a,a:visited {
	color:inherit;
}

#methodtext a {
	font-size:1.2em;
	color:inherit;
}



