.tabclass {
  background:#0000c0;
  text-align:center;
  color:gold;
  width:140px;

}

.tabselected {
  background:white;
  text-align:center;
  color:blue;
  font:bold;
  width:140px;
}

body {
  font-family : verdana;
  font-size : 12;
  color     : black;
  text-decoration: none;
}

a {
  text-decoration: none;
  color :blue;
}

td{font-size:12;}

a:hover  {
	text-decoration : none;
	color : red;
}


.navmenu {
  font-family : arial bold;
  color: lime;
  font-size: 18; 
}

.sectHead {
  font-family : verdana;
  font  :bold;
  font-size : 12;
  color     : yellow;
  text-decoration: none;
}
.gradecell {
  text-align: center;
}
.averagecell {
  text-align: center;
  width:50px;
}
.commentcell {
  text-align: center;
  width:50px;
}

.gradecellheader {
  text-align: center;
  width:100px;
  background-color: #C0C0FF;
}

.calentry {
  background-color:#ffffff;
  text-align: left;
  vertical-align: top;
}

.calheader {
  background-color:#c0c0c0;
  text-align: center;
  font:bold;
}

.altRow {
  background-color:#CEFFCE;

}

.eventListing {
  font-family : arial;
  font-size:18;

}