BODY {
	font-family : sans-serif;
	background-color : #EEEEEE;
	margin-left : 2%;
	margin-right : 5%;
	font-size : smaller;
}

.smaller {
	font-size : smaller;
}

.verysmall {
	font-size : xx-small;
}

A:link {
color : Black;
}

A:visited {
color : Gray;
}

A:active {
}

A:hover {
	text-decoration: underline blink;
	color: Red;
}

h1 {
text-align : left;
}

/* BEGIN standard table */
.stdtable {
	text-align: left;
	border: thin ridge;
	padding: 3px 3px 3px 3px;
}
.stdth {
	background-color: #DDDDDD;
	padding: 5px 5px 5px 5px;
}
.stdtr {
}
.stdtd {
	padding: 5px 5px 5px 5px;
}
/* END standard table */

/* BEGIN invisible table */
.outertable {
	text-align: left;
	border: none;
	width: 95%;
}
/* END invisible table */

.maxwidth {
	width : 100%;
}

.minwidth {
	width : 15%;
}

/* BEGIN list kandidaten */
.kandtable {
width : 80%;
border : thin ridge;
}

.kandth {
width : 100px;
font-style : italic;
text-align : left;
border : none;
text-transform : inherit;
vertical-align : top;
}

.kandtd-light {
background-color : #DDDDDD;
border : none;
}

.kandtd-dark {
background-color : Silver;
border : none;
}
/* END list of kandidaten */

.notagif {
font-size: x-small;
font-weight: bold;
padding: 4px;
border-bottom: 2px;
margin-left : 2px;
margin-right : 2px;
}
