#wrapper {
	background: #ffffff;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 15px;
	}
p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
	}
h1 {
	text-align: center;
	font-size: 42px;
	}
h2 {
	text-align: center;
	font-size: 24px;
	}
div.answers1 { background: #fe2712; }
div.answers2 { background: #a7194b; }
div.answers3 { background: #8601af; }
div.answers4 { background: #3d01a4; }
div.answers5 { background: #0247fe; }
div.answers6 { background: #0392ce; }
div.answers7 { background: #66b032; }
div.answers8 { background: #d0ea2b; }
div.answers9 { background: #fefe33; }
div.answers10 { background: #fb9902; }
#c1 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	}

div.one {
	background: #ffffff;
	position: relative;
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 5px;
	}
div.two {
	position: relative;
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 5px;
	}
span.tiny {
	font-size: 14px;
	}
span.tiny_red {
	font-size: 14px;
	color: #ff0000;
	}
#footer {
	margin: 25px;
	text-align: center;
	font-size: 14px;
	}
.poll_info {
	margin-top: 10px;
	margin-left: 50px;
	}
.poll_data {
	background: #ffffff;
	padding: 10px;
	}
td,th {
	padding-left: 5px;
	padding-right: 5px;
	}
.bar_graph {
	width: 800px;
	}
hr {
	width: 100%;
	padding: 1px;
	margin-top: 20px;
	}
a {
	background: #ffffff;
	}
a:hover {
	color: #ffffff;
	}
a.delete {
	color: #ff0000;
	background: #ffffff;
	font-size: 24px;
	}
a.delete:hover {
	font-size: 24px;
	color: #ffffff;
	background: #ff0000;
	font-size: 24px;
	}
.image {
	width: 45px;
	height: 45px;
	}


