/* paper.css
style elements for a paper with `abstract` and `title`, `author` etc.,

Pradeep Gowda
2013-02-01
*/

body
{
  margin: 2em  2em auto;
  max-width: 48em;
  color: #333;
  font-family:Calibri, sans-serif;
}

h1, h2, h3 {
  color: #000;
}
.author, .date
{
 margin:0px;
}

.author, .date {
  font-weight: 400;
}

.date
{
  font-family: monospace;
  margin-bottom: 1em;
}

.title, .author, .date {
  text-align:center;
}

#abstract {
 margin-top: 2em;
}

#abstract + p {
  font-size: 14pt;
  line-height: 1.5em;
}
