html{
background-color:white;
}


body{
color:black;
font-family:times;
font-size:12px;
line-height:16px;
margin:0px;
padding:0px;
}

#name{
position:absolute;
margin-left:20px;
top:30px;
font-size:12px;
}

#nav{
position:absolute;
top:60px;
width:280px;
margin-left:20px;
padding:0px;
}

#nav_projects{
position:absolute;
width:280px;
height:50px;
top:180px;
margin-left:20px;
}

#publications_texts{
position:absolute;
width:280px;
height:50px;
top:480px;
margin-left:20px;
}

#content{
position:absolute;
top:60px;
left:260px;
width:670px;
height:50px;
background-color:white;
z-index:10;
}

#content p{
width:650px;
background-color:white;
color: black;
}

#exhibitions{
position:absolute;
top:60px;
left:260px;
width:670px;
height:50px;
background-color:white;
z-index:10;
}

#info{
position:absolute;
top:60px;
left:260px;
width:670px;
height:50px;
}

#copyright{
position:absolute;
width:280px;
height:50px;
top:750px;
color:#9b9b9b;
bottom:10px;
margin-left:20px;
font-size:10px;
}


/* type */

em{
color:#9b9b9b;
font-style:normal;
}

strong{
font-size:12px;
font-weight:bold;
}


.italic{
font-style:italic;
}

.grey{
color:#9b9b9b;
}

a .grey{
color:#9b9b9b;
}

.heading{
font-size:16px;
font-style:italic;
}


.project-heading{
font-size:17px;
font-style:italic;
}

/* table */
table{
border:0px;
font-family:times;
font-size:12px;
}

tr{
padding:0px;
margin:0px;
}

td{
padding:0px;
margin:0px;
}

/* links */

#nav a{
color:black;
text-decoration:none;
}

#nav a:hover{
color:white;
text-decoration:none;
background-color:#9b9b9b;
}

#nav_projects a{
color:black;
text-decoration:none;
}

#nav_projects a:hover{
color:white;
text-decoration:none;
background-color:black;
}

#publications_texts a{
color:black;
text-decoration:none;
}

#publications_texts a:hover{
color:white;
text-decoration:none;
background-color:black;
}

#name a{
color:black;
text-decoration:none;

}

#name a:hover{
color:black;
text-decoration:none;

}

#content a {
color:#9b9b9b;
text-decoration:none;
}

#content a:hover {
color:black;
background-color:white;
text-decoration:none;
}

#info a{
color:#9b9b9b;

}

#info a:hover{
color:white;
background-color:black;
text-decoration:none;
}

.next a{
color:#9b9b9b;
text-decoration:none;
float:right;
}

.prev a{
color:#9b9b9b;
text-decoration:none;
float:left;
}

.next a:hover{
color:black;
}

.prev a:hover{
color:black;
}

#exhibitions a{
color:#9b9b9b;
text-decoration:none;
}

#exhibitions a:hover{
color:white;
background-color:black;
text-decoration:none;
}

#pn-links{
position:absolute;
left:260px;
top:30px;
width:670px;
font-size:12px;
background-color:white;
}

#login{
position:fixed;
right:2px;
bottom:2px;
width:30px;
}

#login a{
color:white;
textdecoration:none;
}

#login a:hover{
background-color:black;
text-decoration:none;
}