/* For use in stvr review form. */
 span.booktitle{font-size:110%; color:blue; font-weight:bold; font-style:italic}

 p{text-align:justify}
 td{text-align:justify}
 a:hover {background:white}
 td.but{text-align:center;color:black;background:pink;font-size:70%}
 span.junk{color:yellow}
 span.new {color:red;}
 span.stripe {color:yellow;font-size:125%;font-weight:bold}
 li{text-align:justify}
 p.menu{font-size:75%;color:#555555;background-color:A8E8FF}
 body{background: #a0E0F0;} /* Pale blue */

div.box {
  border:2px solid #000066;
  text-align:  justify;
  font-weight: bold;
  font-size:   100%;
  font-style:  italic;
  color:       blue;
  padding:     7px;
  background-color: #C0E8FF;
}

/* This was taken from ICST */
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 125%;
 text-align: center;
 color:#000088
}

h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 115%;
 text-align: center;
 color:#000088
}

h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 110%;
 font-style:italic;
 color:#000088
}

/* These next two allow paper comments to pop up when the mouse hovers over the paper.
 *  *  * Borrowed from JingJing Gu
 *   *  */
p span.appear{
        display:none;
        color:#006600;
        font-style:italic;
        background:#ffddbb;
        border:1px solid #FFCC00;
        padding:10px;
        margin-left:75px;
        margin-top:-10px;
        font-size:85%;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        width:250px;
        text-align:justify;
        line-height:130%;
        position: absolute;
        z-index:10;
}
p:hover span.appear{
         display:block;
}
