Div {width: 75%;}

/* Student Table */
.table_s {border-top: blue 1px solid;
          border-left: blue 1px solid;
		  border-bottom: blue 1px solid;
		  }
		  
/* Student Table Cells */
.td_s {border-right: blue 1px solid;
       padding: 4;}

/* Course Table */
.table_c {border-top: blue 1px solid;
          border-left: blue 1px solid;
          border-bottom: blue 1px solid;
		  }
		  
/* Summary/Footer Table */
.table_f {border-top: blue 1px solid;
          border-left: blue 1px solid;
		  border-bottom: blue 1px solid;
		  }
		  
/* Summary/Footer Table Cells */
.td_f {border-right: blue 1px solid;
       padding: 4;}

/* Course Table Cells on Even Numbered Rows */
th {font-family: Trebuchet MS;
    border-right: blue 1px solid;}
	
/* Course Table Cells on Even Numbered Rows */
.td_cEven {border-top: blue 1px solid;
           border-right: blue 1px solid;
           background-color: "CCCCFF";
		   padding: 4;}
		   
/* Course Table Cells on Odd Numbered Rows */
.td_cOdd {border-top: blue 1px solid;
          border-right: blue 1px solid;
		  padding: 4;}