
body{
      background-color: #f8fbf8;
}

h1{ 
      color: #17184b;
      padding: 0.5em 0em 0.5em 1em;
}

h2{ 
      color: #17184b;
      padding: 0.5em 0em 0em 1.5em;
}

p, ul{ 
      padding: 0.5em 0em 0.5em 3em;
}

li{ 
      padding: 0em 0em 1em 0em;
}

p.paper{
      font-family: monospace;

      border-style: solid; 
      border-width: 10px;
      border-color: #f2f2b0;

      color: #000000;
      background-color: #f8f4e6;

      margin-right: 4.0em;
      margin-left: 3.5em;
      padding: 0.5em 0em 0.5em 2em;
}

span.title{ 
     color:blue;
}
span.author{ 
     color:orange;
}
span.cite{ 
     color:green;
}
span.ref{ 
     color:purple;
}
span.comment{ 
     color:black;
}

a:link  {
        color: #c9171e;
        text-decoration:none;
}

a:active {
	color: #8888ff;
        text-decoration:none;
}

a:hover {
	background: #EAEAEA;
        text-decoration:none;
}

a:visited {
        color: #c9171e;
        text-decoration:none;
} 
