/* gradesheet style for cs111 gradesheets.
   Moving them to html from .doc and linking to the PSs
   Fall 2011  Sohie
   Note:  Fall 2012, the staff-only directory does NOT contain
   the latest and greatest grading sheets -- those are in the
   public_html/gradesheets/ directory and are linked directly
   to the HTML problem set pages.
*/

body {
     font-family: georgia, verdana, sans-serif;
}
table {
     width: 75%;
}
table td {
    padding: 0.5em;
}
.points {
     width: 65px; /* room for grader's comments */
 }

.description{
width: 85%;
}
.task {
     font-weight:bold;
     background-color: orange;
}
.pstitle
{     
	font-weight:bold;
	font-size:14pt;
}
.total
{
	font-weight:bold;
	font-size:18pt;
}
.tasktotal
{    
	letter-spacing: 3px;
}
.code
{
	font-family: courier; serif;
}