body{background:#000000;}
#poll{
	font:9pt verdana;
	color:#ffffff;
	line-height:120%;
}
#poll td {
	color:#ffffff;
	line-height:120%;
	font:8pt verdana;
    font-weight: normal;
    scrollbar-base-color: #EEEEEE;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #EEEEEE;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3d-light-color: #EEEEEE;
    scrollbar-darkshadow-color: #C0C0C0;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-arrow-color: #FFFFFF;
}
#poll a:link {
        color: gold;
        text-decoration: underline;
}
#poll a:visited {
        color: gold;
        text-decoration: underline;
}
#poll a:hover {
        color: orange;
        text-decoration: underline;
}
#poll a:active {
        color: orange;
        text-decoration: none;
}
#poll {
scrollbar-base-color: #000000;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #CCCCCC;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #E8E4D8;
}

#poll input    {
        border: 1px solid black;
        font-family: Arial;
        font-size: 8pt;
        color: #000000;
        background-color: #C0C0C0;
        }
#poll radio    {
        border: 1px solid black;
        font-size: 8pt;
        color: #000000;
        background-color: #C0C0C0;
        }
#poll textarea    {
        border: 1px solid black;
        font-family: Arial;
        font-size: 8pt;
        color: #000000;
        background-color: #C0C0C0;
        }
#poll select        {
        border: 1px solid black;
        font-family: Arial;
        font-size: 8pt;
        color: #000000;
        background-color: #C0C0C0;
        }
#poll .vol{background-color:gold;}
#poll .leeg{background-color:#ccc;}