@media all {
   .basestyle {
          font-family: "Garamond", "Arial", "Times";
          padding-bottom: 2pt;
          color: black;
          background-color: white;
		  line-height:1.5;
   }

   .pubstyle {
          font-family: "Garamond", "Arial", "Times";
          padding-bottom: 2pt;
          color: black;
          background-color: white;
		  line-height:1.5;
   }
          .papertitle {
              font-style: bold;
	      color: blue;
          }

   .linkstyle {
          font-family: "Garamond", "Arial", "Times";
          padding-bottom: 2pt;
          color: black;
          background-color: white;
		  line-height:1.5;
   }

   .emailaddrstyle {
          font-family: "Times";
          font-style: italic;
   }
		A {
            font-weight: bold;
            color: #aa4400;
			text-decoration: none;
        }
	    A:hover {
            color: white;
            background-color: navy;
			text-decoration: none;
        }

	td { vertical-align: top;}

}






address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }


div.maincontent  {
position: absolute;
top: 0px;
left: 150px;
max-width: 950px
}



  

.buttonscontainer {
margin-top:3em;
width: 110px;
background-color: #ffeebb;
}

.buttons a {
padding: 3px;
padding-left: 3px;
display: block;
font: 16px Garamond, Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
border:1px;
border-style: solid;
border-color: #000000 
}

.buttons a:hover {background-color: #333399;
color: #CCFFFF;
text-decoration: none;}

