

body {
  color: black;
  background-color: #eeffff
}

#left-poll {
  float: left;
  width: 30%;
}

#centered-logo {
  float: left;
  width: 70%;
}

#right-poll {
  float: right;
  width: 30%;
}

#full-page {
  float: left;
  width: 100%;
}

div.center {
  text-align: center;
}

img {
  border: 0;
}

.none
{
   list-style-type: none;
}

.bold 
{
     font-weight:bold;   
}

.smaller
{
	font-size: smaller;
}

/* $Id: style.css,v 1.5 2014/07/31 03:33:43 gilles Exp gilles $ */
