body {background-color:#B22222}

a {text-decoration:none}


 
p.back
{
font-family: arial; 
color: lightyellow;
font-size: x-small;
font-weight: bold;
position: fixed;
left:30px;
top: 100px
}

p.next
{
font-family: arial; 
color: lightyellow;
text-align: right;
font-size: x-small;
font-weight: bold;
position: fixed;
right:30px;
bottom:30px
}

p.previous
{
font-family: arial; 
color: lightyellow;
font-size: x-small;
font-weight: bold;
position: fixed;
left:30px;
bottom:30px
}


h3
{
font-family: arial;
color:lightyellow;
font-size:small;
text-align: center;
position: relative;
top: 120px
}

td.info
{
font-family: arial;
color:lightyellow;
font-size:smaller;
font-weight:bold;
vertical-align: top
}

h2 
{
font-family: arial; 
color: lightyellow;
text-align: center;
position: relative;
top:50px
}

table.pubs
{
table-layout:fixed
}

table.info
{
table-layout:fixed
border-collapse: separate;
border-spacing: 10px 20px
}

img.pub
{
	height:150px;
	position:absolute;
	top:60px;
	right:40px
}

img.pub2
{
	height:150px;
	position:absolute;
	top:225px;
	right:40px
}

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