body {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0; 
	background-color: #fff;
	font-family : Arial, Helvetica, Lucida, sans-serif;
	font-weight: normal;
}

/* default font size for commonly used tags the ".text" is for applying to TDs */
li, p, dd, .text { font-size: 12px; }
 
a {
	color : #03c;
	text-decoration : underline;
}

a:hover {
	color : #666;
	text-decoration : underline;
        }

a:visited {
	color : #666;
	text-decoration : underline;
        }

h1 {
	color : #000;
	font-size: 18px;
	background: transparent;
	font-weight: bold;
	font-family : Arial, Helvetica, Lucida, sans-serif;
        }

h2 {
	color : #000;
	font-size: 16px;
	background: transparent;
	font-weight: bold;
	font-family : Arial, Helvetica, Lucida, sans-serif;
        }

h3 {
	color : #000;
	font-size: 14px;
	background: transparent;
	font-weight: bold;
	font-family : Arial, Helvetica, Lucida, sans-serif;
        }

h4, dt {
	font-size: 13px;
	background: transparent;
	font-weight: bold;
	font-family : Arial, Helvetica, Lucida, sans-serif;
        }

th {
	font-size: 13px;
	background: #fff;
	font-weight: bold;
	font-family : Arial, Helvetica, Lucida, sans-serif;
	text-align: left;
        }

tt {
	font-size: 14px;
	color: #000;
}

/* classes */

.topicheading {
	background-color: #ccc;
	padding: 2px 2px 2px 2px; 
	display: block;
}

a.edittool {
	font-family : Arial, Helvetica, Lucida, sans-serif;
	color: #f00	;
	font-weight: normal;
	font-size: 12px;
}

.caption {
	padding-top: 0;
	margin-top: -10px;
}

.caption p {
	font-size: 11px;
	color: #666;
	line-height: 100%;
}

/* this is used for things like the class description */
p.subhead {
	margin-bottom: -10px;
}

/* this is to highlight special messages inside stellar pages */
/* (e.g that a class is closed after the end of a semester) */
.alert {
	color: #0C0;
	font-size: 120%;
	font-weight: bold;
}

/* used on schedule page for date cells */
.sched-date {
	font-weight: bold;
	width: 5em;
	height: 1em;
	padding: 0;
	margin: auto 10px auto 0;
	font-size: 12px;
}

/* used on student photo page */
.photodetail {
	clear: left;
	padding: 10px 0 0 0;
}

.photodetail img {
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #444;
}

/*used on data tables, e.g. homework submissions */


table.datatable {
	border-color: #666;
	border-style: solid;
	border-width: 1px 0 0 1px;
	font-size: 12px;
	padding: 0;
	margin 0;
	background-color: #fff;
	cellspacing: 0;
	}

table.datatable td, table.datatable th {
	border-color: #666;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: 0;
	padding: 4;
	}
