@charset "UTF-8";
/* CSS Document */

body  {
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #03F;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100.01%;
	padding: 1em;
	/*background-color: #ECF5FF;*/
	background-color: #ECF5FF;

}

#team {
	width: 85%;
	padding: 10px;
	border: thin solid #060;
}

a:link {
	color: #03F;
	text-decoration: underline;
}
a:visited {
    color: #03F;
	text-decoration: underline;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a:active {
	color: #C00;
	text-decoration: underline;
}

ul li {
	color: #03F;
}
