/*  Style sheet for course web sites */

@import "bib.css";



/* CIT/HSS banner */

 div.banner1, div.banner3 {
	font-size: 120%;
	font-weight: normal; 
	font-family : Verdana, Helvetica, Arial, sans-serif;
	margin-top : 2px;
	margin-bottom : 2px;
 }
 div.banner2 {
	font-size: 144%; 
	font-weight: 500; 
	font-family : Verdana, Helvetica, Arial, sans-serif;
	margin-top : 3px;
	margin-bottom : 3px;
 }

/*  Underline the anchors */
a  { text-decoration: underline; }


/* Paragraphs */
 p { 
    margin-left: 0;
    margin-top: .5em;
    margin-bottom: .5em; 
 }


/*  Small font */
span.small {
	font-size : 80%
	}

/* Outdented lists */

ul {
	margin-left:  1em;
	text-indent: -1em;
	padding-left: 1em;
}

ul.flush {
	margin-left: 0;
	text-indent: 0;
}
