body {
	font-size: 90%;
	font-family: "arial narrow", arial, sans-serif;
}

h1, h2, h3 {
	font-family: "arial narrow", arial, sans-serif;
}

h1 {
	font-size: 240%;
	margin: 0em;
	padding: 0.4em 0em 0.4em 0em;
}

h2 {
	font-size: 140%;
	margin: 0em;
	padding: 0.6em 0em 0.4em 0em;
}

p {
	width: 70%;
}

ul {
	width: 70%;
}

a {
	text-decoration: underline;
	color: darkblue;
	text-size: 100%;
}

a:link, a:visited, a:active {
	color: darkblue;
}

a:hover {
	color: blue;
}

div.flag h1 {
	float: left;
}

div.flag img {
	float: right;
}

div.intro {
	clear:right;
	clear:left;
}

div.links li {
        font-size: 80%;
	padding-bottom: 0.6em;
}

div.links a {
	font-size: 120%;
}

div.links span {
        color: red;
}

table { font-size: 100%; border-collapse: collapse; border: solid 1px #cccccc }
table td { padding: 5px 0px 5px 0px; border: solid 1px #cccccc }
table.layout { border: none }
table.layout td { border: none }

.lab {
	background-color: #E6E6FA;
}
