/* abstract.css -- created by Kesheng Wu as style sheet for abstract
   of technical papers
   Feb. 21, 1998
   Last modified $Date: 2006/11/27 20:28:52 $
*/
BODY {background: white url(http://crd.lbl.gov/~kewu/gif/spiral_bind.gif);
      background-repeat: repeat-y;
      color: black;}

H1, H2 {text-align: center;
        margin-left: 100px;}
h3, h4, h5, h6 {text-align: left;
    margin-left: 120px;}

div.abs {
   /*opacity: .5;
   filter: alpha(opacity=50);*/
   background: rgba(43%, 50%, 50%, 0.5);
   /*background-color: transparent;*/
   border-width: 6px;
   border: groove Turquoise;
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   margin-top: -0.5em;
   margin-bottom: 1em;
   margin-left: 100px;
   margin-right: 1em;}
div.abs P {font-size: large;
   font-weight: normal;
   background: #EFF;
   color: black;
   border: 0px; margin: 0.3em;
   text-align: justify;}
div.abs P:first-letter {color: olive; font-size: 300%}
div.abs P:first-line {font-size: 130%}

P {font-size: large;
   font-weight: normal;
   background: #EFF;
   color: black;
   padding: 0.7em;
   border-width: 4px;
   border: ridge teal;
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   margin-top: -0.5em;
   margin-bottom: 1em;
   margin-left: 100px;
   margin-right: 5%;
/*   width: 80%; */
   text-align: justify;}
P:first-letter {color: olive; font-size: 300%}
P:first-line {font-size: 130%}

DL {margin-left: 100px; float: left}

ADDRESS {float: right; text-align: right; font-size: small; color: brown;
 margin-right: 1em; margin-top: 1em; padding-top: 0.4em;
 border-top: thin dotted; width: 20em;}
ADDRESS A {text-decoration: none;}
ADDRESS A:link {color: brown;}
ADDRESS A:visited {color: brown;}
ADDRESS A:hover {color: blue; text-decoration: underline;}

