body
    {
    color: #000;
    background: #fff;
    font-family:"Bitstream Vera Sans","Luxi Sans",Helvetica,Arial;
    }

h1 {
   font-family:"Bitstream Vera Sans","Luxi Sans",Helvetica,Arial,sans-serif;
   margin:0px;
   padding:0px;
   margin-top:1ex;
   margin-bottom:2ex;
   font-size:110%;
   color: #000;
   border-bottom:4px solid #79d;//#eb5;
   }

p {
  text-align: justify;
  }

a[href]
    {
    color: #2624B0;
    font-weight:bold;
    text-decoration: underline;
    }

a.button
    {
    font-family: "Bitstream Vera Sans","Luxi Sans",Helvetica,Arial,sans-serif;
    font-size: 85%;
    color: white;
    font-weight: bold;
    text-decoration: none;
    }

a.button:hover
    {
    text-decoration: underline;
    }

.sympheader
    {
    text-align: center;
    font-size:100%;
    color: #2624B0;
    }

.nameheader
    {
    text-align: center;
    font-size:150%;
    color: #B02624;
    }

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

.affiliation
    {
    text-align: center;
    font-style: italic;
    }

.seacolor
    {
    text-align: center;
    background: #eb5;//#79d;
    color: white;
    font-weight:bold;
    }

.beachcolor
    {
    text-align: center;
    background: #79d;//#eb5;
    color: black;
    font-weight:bold;
    }

.latmenu
    {
    border-width: 10px;
    border-style: solid;
    border-color: #eb5;//#79d;
    background: #eb5;//#79d;
    color: white;
    }

.main
    {
    padding: 0px 10px;
    background: white;
    }

.dates
    {
    padding: 2px 6px;
    }

.super
    {
    vertical-align: super;
    font-size: 70%;
    }
