<style>
/* set up the following style classes on the page that will display the poll */
	.acpollhead {	color: #333333;				/* td and span elements for header */
					background-color: #E7F7FF;
					font-family: Verdana,Arial,Helvetica,sans-serif; 
					font-size: 10px;
				}
	.sarap_pembe { background-color: #cc3366 }
	.acpolltable { background-color: #e6e6e6 }		/* poll table element */
	.acpollradio { background-color: #e6e6e6 }		
	.acpollquestion { text-align: center;		/* span element for poll question */
					color: #333333;
					font-family: Verdana,Arial,Helvetica,sans-serif;
					font-size: 10px }
	.acpolltext { color: #333333;					/* other td elements */
					font-family: Verdana,Arial,Helvetica,sans-serif;
					font-size: 10px	}
	.acpollbutton {	color: #00309C;				/* input element for button */
					font-size: 10px;
					font-weight: bold;
					font-family: Verdana,Arial,Helvetica,sans-serif;
					background-color: #FFFFFF }
	.acpolllink { font-size: 10px; 			/* a element for link */
					font-family: Verdana,Arial,Helvetica,sans-serif;
					color: #333333 }

/* the following CSS statements belong in the Stylesheet Editor section your Cluster Control Center */
	td.pollbar1 { background-color: #0000aa }	/* poll bar colors */
	td.pollbar2 { background-color: #d40000 }
	td.pollbar3 { background-color: #2aaa00 }
	td.pollbar4 { background-color: #f4aa00 }
	td.pollbar5 { background-color: #d42ad4 }
</style>

