div.right {
	background-color: #003366;
	border: 1px solid #333399;
	height: 85%;
	width: 190px;
	text-align: left;
	overflow: visible;
	float: right;
	margin: 4px;
	margin-left: 9px;
	padding:6px;
	text-align:justify;
}
div.poll {
	background-color: #003366;
	border: 1px solid #0066FF;
	height: 100%;
	width: 90%;
	overflow: visible;
	float: left;
	margin: 5px;
	padding:1px;
	text-align:justify;
}
input.vote {
  	width: 100%;
  	background-color: #003366;
	border: 1px solid #8866FF;
}
td { border: 1px none #0066FF;
}
td.bot {
	background-color: #003366;
	text-align: center;
		
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #006699;
}
p {
  	text-align:justify;
  	padding: 2px;
}
a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}
body {
	background-color: #000033;
	color: #FFFFFF;


}

div.main {
	text-align:justify;
  	padding: 2px;
}
div.v {
  	text-align:center;
	font-size:14px;
	color: #999999;
}
div.pp {
  	text-align:left;
	font-size:16px;
	font-weight:bold;
	font-stretch:expanded;
	color: #993366;
	border-top:1px solid #0000FF;
	border-bottom:1px solid #0000FF;
}
table {
	border: 1px solid #FFFFFF;
}