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

/* Normalization */
/*body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p {margin: 0; padding: 0;}
h1, h2, h3, h4 {font-size: 100%;}
img {border: 0;}
*/

#simon {
  float: right;
  color: #999;
  border: 1px groove;
  margin-right: 20px;
  height: 250px;
}

h2 {
text-align: center;
font-size: 200%;
}

h3 {
text-align:center;
font-size: 150%;
}

h4 {
text-align:center;
font-size: 120%;
font-weight: 500;
}

h5 {
font-size: 110%;
}

#description {
margin-top:2em;
}

body {
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  font-family: Helvetica, Verdana, Geneva, sans-serif;
  font-size: 100%;
}

.italic {font-style: italic;}
.normal {font-weight: normal;}
.bold {font-weight: bold;}
.journal {font-style: italic;}

/*.journal {font-weight: bold;}
*/
.volume {font-weight: normal;}
.title {font-weight: 500; color:#006699;}
.spacer {clear: both;}
.arxiv {color: #000000;}

/*
a:link {color: #006699;}
a:visited {color: #006699;}
a:hover {color: #00F;}
a:active {color:#0000FF;}
*/
