
body {

 	background: #ffffff;
	
	/* this is the text-align hack, see above */
  	text-align: center;

  	margin:  0px 0px 0px 0px;
  	padding: 20px 0px 20px 0px; 

  	font:small/1.5em Arial,Sans-serif;
}


/* the small dates before entries in the main section on the home page */
.date {
	margin-left: 0px;
	font-weight:bold; 
	font-size: 10px;
	color:#666;
	}

table {
    border-style:solid;
    border-top-color:#990000;
    border-left-color:#990000;
    border-right-color:#990000;
    border-bottom-color:#990000;
}


/* for course descriptions, and small highlights in the side boxes */
.desc {
	font-weight: normal; 
	color:#666;
	}

/* list of courses in the course box on the home page */
.coursebox li {
	margin-bottom: 15px;
	margin-top: 10px;
}

.coursename {
	display: block;

}


ol.pubs {
  margin-top: 8px; text-align: justify;
}

ol.pubs li {
  margin-top: 8px; margin-left: -8px;
}

/* ---------------------------------------------------------------------- */
/* the default link style  */

a:link {
  color:#663300;
  text-decoration: none; 
  font-weight:bold;
  }

a:visited {
  color:#663300;
  text-decoration: none; 
  font-weight:bold;
  }

a:hover {
  color:#663300;
  text-decoration: none; 
  font-weight:bold;
  }

a img {
  border-width:0;
  }


/* end of links */
/* ---------------------------------------------------------------------- */


