
body{
  font-family: Georgia, Times, serif;  
  color:black;
  background:white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(../images/background.png);
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}

/* base elements */
p, div, ul, ol, dl, td{
  font-size:14pt;
  color:#000000;
}
p, div.p, blockquote{
  margin-top:4pt;
  margin-bottom:4pt;
}
code, pre, tt{
  font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, monospace;
  color:#202040;
}

code{ white-space: nowrap }

strong{
  color:#233961;
}
.small{
  font-size: 80%;
}

div.back{
  /*position:fixed;*/
  position:absolute;
  top:0px;
  left:0px;
}

.sshot{
  margin: 2pt 1pt 1pt 1pt;
}

img{ border: none; }

table{
  margin-top: 2px;
}
th{
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  font-size:14pt;
  background:#A0A0A0;
  color:#000000;
}
dt{ font-weight: bold; }


/* hyperlinks */
a[href]{
  text-decoration: underline;
}
a:link {
  color: #4045A7;
}
a:visited {
  color: #6075B1;
}
a[href]:active {
  color: #5369B1;
  background: transparent;
}
a[href]:hover{
  color: #5369E1;
  background: #f2f2ff;
  text-decoration: underline;
}
div.back a:hover {
  background : transparent;
}


h1, h2, h3{ color: #303570; font-weight: normal; }
h1, h2{ margin: 5pt 7pt 14pt 0pt; }
h1{ font-size: 190%; text-align: center; }
h2{ font-size: 150%; }
h3{ font-size: 120%; margin: 14pt 4pt 8pt 4pt; }
h4{ font-variant: small-caps; font-size: 100%; font-weight: bold; }

.smalllic{
  font-size: 80%;
  color: gray;
  margin-left: 10pt;
  margin-right: 20pt;
  text-align:justify;
}

.icon{
  float:left;
}

.download{
  border: 0;
  display: block;
  background: url("../images/download.png") top left no-repeat;
  height: 60px;
  width: 350px;
  text-align: right;
  vertical-align:bottom;
}
.download a,
.download a:visited,
.download a:hover,
.download a:link,
.download a:active
{
  padding-right: 25pt;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 120px;
  top: 18px;
  position: relative;
  font-size: 100%;
  color: #202567;
  background: transparent;
  white-space: nowrap;
}

.newsdiv{
  border: 1pt solid gray;
  padding: 1pt 1pt 3pt 2pt;
  width: 14em;
  max-height: 800pt;
  overflow: hidden;
  margin-top: 5pt;
}
.newsheader{
  font-weight: bold;
  font-variant: small-caps;
  font-size: 110%;
  color: #303570;
  text-align: center;
}
.newsdate{
  font-weight: bold;
  color: #303570;
  font-size: 80%;
}
.newsline{
  padding: 1pt 1pt 1pt 5pt;
  font-size: 80%;
}

a.rss, a.rss:hover, a.rss:active{
  background: url("../images/feed.png") no-repeat;
  padding: 0 0 5px 20px;
  margin-left: 1em;
  font-size: 80%;
}

#papers li {
  margin-top: 10px;
}