A:link {text-decoration : none}
A:visited {text-decoration : none}
A:active {text-decoration : none}
A:hover {text-decoration : underline}

p.foo {
	font-family: times, serif;
	font-size: 36pt;
}

dt.emphasized {
	font-family: times, serif;
	font-size: 36pt;
}

p.gradetable {
}

table.grades {
}

th.gradeheaderusername {
	font-size: 120%;
	background-color: rgb(153,204,153);
}

th.gradeheadergrade {
	font-size: 120%;
	background-color: rgb(153,204,153);
}

tr.graderow {
}

td.graderowusername {
	/* font-style: italic; */
}

td.graderowgrade {
	/* font-family: arial; */
	text-align: right;
}

