/* 
was using background-color: #CEE6E2;
but using a JPG image in the same colour
gives more reliable blending for some reason!
*/

body { 
background-image: url(/img/lime.jpg);
color: black;
font-family: Trebuchet MS, Arial, sans-serif;
margin: 0;
}

a {
color: black;
font-weight: bold;
}

a:visited, a:link, a:active {
text-decoration: none
}

a:hover {
text-decoration: underline
}

div.hand {
float: left;
height: 65px;
width: 306px;
background-image: url(/img/hands.jpg);
padding-top: 140px;
padding-left: 20px;
font-weight: bold;
font-size: 50px;
color: white;
}

div.signup {
float: right;
}

div.topright {
font-size: 80%;
padding: 1em;
padding-right: 0;
float: right;
}

div.navbar {
clear: both;
border-top: 2px solid black;
border-bottom: 2px solid black;
background-color: white;
padding-left: 1em;
padding-top: 0;
padding-bottom: .2em;
}

div.content {
padding: 1em;
}

div.poll {
padding: 1em;
width: 40%;
float: right;
}

table.poll {
background-color: white;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 2px;
border-bottom-width: 2px;
border-color: #666666;
}