p {
  font-size : 12pt;
  font-family : "times new roman", serif;
  }
body {
	background:  url(/images/background.gif) center top repeat-x;
  margin:0;
	padding:0;
	width:auto;
	}

.title {
  font-family : arial,sans-serif; 
  font-size:10pt; 
  font-weight : bold;
  }
.authors {
  font-family : arial,sans-serif; 
  font-size:10pt; 
  font-style : italic;
  }

#main  {

  width: 670px;
  height: auto;
  margin: 0px auto;
  border:0px solid #000000;
  position: relative;
  background-color: #FFFFCC;
  background-color: #F2F2F6;
  background-color: #FFFFFF;
  }

a:link, a:visited{
  color: #2b50bb;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

.header {
    height:25px;
    text-align: center;
    vertical-align: top;
    background-color:#FFFFFF;
}