html {
height:100%;
margin-bottom: 1px;
}

body {
font-size:100%; 
color:#005000;
background-color:#ededed;
}

a:link {
color:#005000;
background-color:#ffffff;
text-decoration:none;
padding:0.2em 0.4em;
}

a:visited {
color:#005000;
background-color:#ffffff;
text-decoration:none;
padding:0.2em 0.4em;
}

a:hover {
color:#000050;
background-color:#ededed;
text-decoration:underline overline;
padding:0.2em 0.4em;
}

a:active {
color:#000050;
background-color:#ededed;
text-decoration:underline overline;
padding:0.2em 0.4em;
}

#leftside {
text-align:right;
width:45%;
float:left;
}

#rightside {
text-align:left;
width:45%;
float:right;
}