body {
background-color : lightgrey;
background-repeat : repeat;
color : black;
}
span {
position : absolute;
left : 0;
top : 0;
width : 100%;
height : 10%;
border : black solid 0px;
padding : 0;
text-align : center;
font-family : sans-serif, arial, gerogia, serif;
font-size : 20pt;
}
#poll_boundary_map {
position : absolute;
left : 0%;
top : 11%;
width : 100%;
height : 79%;
border : #ffffff solid 0;
padding : 0;
text-align : center;
font-family : sans-serif, arial, gerogia, serif;
font-size : 9pt;
}
#voting_location_map {
position : absolute;
left : 0;
top : 11%;
width : 100%;
height : 79%;
border : #ffffff solid 0;
padding : 0;
text-align : center;
font-family : sans-serif, arial, gerogia, serif;
font-size : 9pt;
}
#footer {
position : relative;
width : 99%;
border : #ffffff solid 0;
padding : 0;
text-align : center;
color : black;
font-family : gerogia, arial, serif;
font-size : 8pt;
}
.centerjustifysmall {
text-align : center;
font-size : 13pt;
}
.rightjustify {
text-align : right;
}
a:link {
color : blue;
text-decoration : none;
}
a:visited {
color : blue;
text-decoration : none;
}
a:hover {
background-color : yellow;
color : black;
text-decoration : none;
font-weight : normal;
}
a:active {
color : black;
text-decoration : none;
}
