* {
  font-family: fanwood, Georgia, Palatino, Times, 'Times New Roman', sans-serif;
}

@font-face {
    font-family: fanwood
    src: url(fanwood/Fanwood.otf) format("opentype")
}

body {
  background: #fff;
  width: auto;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #f30;
}

a:hover {
  color: #f90;
}

h1 {
    font-size: 4em;
    font-weight:lighter;
    font-style:italic;
    position: relative;
    text-align: center;
    top: 20px;
    margin-left: 10px;
    margin-right:10px;
}

#main {
    top:20px;
    margin-left: auto;
    margin-right: auto;
    width: 32em;
}

#main h2 {
    font-weight:lighter;
    font-style:italic;
    font-size:30px;
}

#main p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 20px;
}

#main ul, #main ol {
  margin: 20px;
}

#main li {
  font-size: 18px;
  
  line-height: 20px;
}

#main ul li {
  list-style-type: square;
}

img.diver {
    display: block;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto 

}

.pub_title {
    font-style:italic;
}

#buttons {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    margin-top:-29px;
    float:right;
    clear:both;
}

#pub {
    clear:both;
} 

#buttons a {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
}

.abstract {
    display:none;
    padding:3px;
    background-color:#FFFF99;
    text-align:justify;
}

.bibtex {
    display:none;
    padding:3px;
    background-color:#FFFF99;
}

.bibtex pre {
    font-size:10px;
    font-family: "Lucida Console", Monaco, monospace;
}

