body {background-image: url("recursion.gif")}

a {text-decoration: none}

h3.project
{
font-family: arial;
color: white;
position: absolute;
left: 300px;
top: 300px
}

h3.people
{
font-family: arial;
color: white;
position: absolute;
left: 450px;
top: 300px
}

h3.pubs
{
font-family: arial;
color: white;
position: absolute;
left: 650px;
top: 300px
}


h1 
{
font-family: arial; 
color: white;
position: absolute;
left:100px;
top:150px
}

h4
{
font-family: arial;
font-size: smaller;
font-weight: 900;
color: white;
position: absolute;
left:450px;
top:50px;
heigth: 225px;
width: 450px
}

h5
{
font-family: arial;
font-size: 12px;
line-height: 0px;
color: white;
position: absolute;
left: 600px;
top: 500px
}

a:link {color:white}
a:visited {color:white}
a:hover {color:white}   /* mouse over link */
a:active {color:white}

img.normal 
{
height: auto
}

img.big 
{
height: 160px
}

img.small 
{
height: 30px
}

