@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
body {
margin: 0 auto;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#namepub {
height: 22px;
margin-top: 20px;
margin-left: 5px;
padding-bottom: 10px;
}
#namepub h1 {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 22px;
font-weight: lighter;
color: #5f5f5f;
}
#barpub {
height: 26px;
width: 100%;
background: #d6dbed;
border-top: 2px #a1a1a1 solid;
border-bottom: 2px #a1a1a1 solid;
}
#navpub {
margin-top: 5px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: black;
margin-bottom: 50px;
}
#navpub ul {
text-align: center;
}
#navpub li {
display: inline;
padding: 0 3px;
}
#navpub li a {
text-decoration: none;
color: #5f5f5f;
}
#navpub li a:hover {
color: #CCC;
}
#publications {
width: 650px;
margin: 0 auto;
}
.publications {
float: left;
font-size: 12px;
color: black;
}
.publications h2 {
padding-left: 10px;
padding-right: 10px;
font-size: 16px;
margin-bottom: 10px;
}
.publications a {
text-decoration: none;
color: #5f5f5f;
}
.publications a:hover {
color: #CCC;
}
.publications ul {
list-style: none;
padding-left: 10px;
padding-right: 10px;
}