body {background-color: #FFFFFF;
font-family: sans-serif;
font-size: 14pt;
}

a:link {text-decoration: none; color: #307800; background-color: transparent;}
a:visited {text-decoration: none; color: #307800; background-color: transparent;}
a:hover {text-decoration: none; color: #000000; background-color: transparent;}

h1 {font-size: 18pt;}

div#corner {
position: absolute;
background-color: #AAAAAA;
top: 0px;
left: 0px;
width: 140px;
max-width: 140px;
height: 70px;
max-height: 70px;
padding-top: 10px;
font-size: 18pt;
font-family: georgia, serif;
font-style: italic;
border-color: #BBBBBB;
border-top-style: none;
border-left-style: solid;
border-right-style: solid;
border-bottom-styel: none;
}

div#leftbar {
position: absolute;
background-color: #AAAAAA;
top: 70px;
left: 0px;
width: 140px;
max-width: 140px;
height: 240px;
border-color: #BBBBBB;
border-top-style: none;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
}

div#center {
position: absolute;
text-align: center;
top: 20px;
left: 160px;
/*overflow: scroll;*/
}

div#bio {
text-align: justify;
padding-right: 20px;
padding-bottom: 20px;
}