/* CSS Document */
body{ font-family:Arial,sans-serif; color:black; background-color: white; font-size:12px;}

h1 {font-size: 14px; font-weight: bold; color: black; text-align:left;}
h2 {font-size: 12px; font-weight: bold; color: black; text-align:left;}

h3 {font-size: 10px; font-weight: bold; color: black; text-align:left;}

.black {  color: #000000; text-align:left;}

.info {  color: black; font-weight: bold; text-align:left;}
.everybody {  color: red; font-weight: bold; text-align:left;}
.leaders {  color: green; font-weight: bold; text-align:left;}

a {color:#015699; text-decoration:none; font-weight:bold;}
a:link {color:#015699; text-decoration:none; font-weight:bold;}
a:visited {color:#015699; text-decoration:none; font-weight:bold;}
a:active {color:#015699; text-decoration:none; font-weight:bold;}
a:hover {color:#015699; text-decoration:none; font-weight:bold;}

a.navi {color:#015699; text-decoration:none; font-weight:bold; font-size:12px;}
a.navi:link {color:#015699; text-decoration:none; font-weight:bold;font-size:12px;}
a.navi:visited {color:#015699; text-decoration:none; font-weight:bold;font-size:12px;}
a.navi:active {color:#015699; text-decoration:none; font-weight:bold;font-size:12px;}
a.navi:hover {color:#015699; text-decoration:none; font-weight:bold;font-size:12px;}

.navi {color: #000000; font-size:12px;font-weight:bold;}

.balkenblue {
	font-size:1px; 
	background:#015699;}

.spacer {
	font-size:1px;
	}

.right {
	text-align:right;
	}
