
body {
background-color: white;
text-align: center
}


img {
border-width: 0
}


p {
font-family: monospace;
color: brown
}

p.rev {
color: white;
background-color: brown
}

p.revX2 {
color: brown;
background-color: brown
}

a:link, a:visited {
color: brown
}

a:hover {
color: green
}

#head {
align: center;
wdith: 225px
}


#left {
position: absolute;
margin: 10px;
left: 1%;
width: 48%;
top: 265px
}


#right {
position: absolute;
margin: 10px;
left: 51%;
width: 46%;
top: 265px
}


#foot {
position: absolute;
left: 5%;
right: 5%;
font-family: monospace;
color: brown;
size: small;
top: 95%
}