/* (c) Dr. Ernst Janich, Ulm, Germany, 2011 */
/* rev 110920 ej : first page with css, less scripting */

body {
	background-color: white;
	color: silver;
	font-family: Verdana,Arial,Helvetica;
	font-size: 80%;
	}
h1 {
}
h2 {
}
h3 {
}

a:link {
	color: blue; /* 00f */
	text-decoration:none;
	font-size: 105%;
}
a:active {
	color: red;
	text-decoration:none;
	font-size: 105%;
}
a:visited {
	color: #09f;
	text-decoration:none;
	font-size: 105%;
}
a:hover	{
	color:#66e;
	text-decoration:underline;
}

#footer {
	color: #DDD;
	font-size: 80%;
	clear: both;
	margin: 7px;
	padding: 5px;
	background: #333;
}
