.head {font-family: arial, helvetica, sans-serif;
       font-size: 1.2em;
	   font-weight: bold;
	   color: #336633;
	   background-color: #FFFF00;
	   border: 0px solid #FFFF00; 
	   }
body       {margin-left: 2em;
           margin-right: 2em
		   }
A { text-decoration: none ; }
A:visited { }
A:active { color: red; }
A:hover {  text-decoration: underline; color: blue; }
.offcampus {font-family: arial, helvetica, sans-serif;
   
		   font-weight: bold;
           color: black;
           background-color: #FFFF99;
		  text-decoration : none;
           }
.oncampus {font-family: arial, helvetica, sans-serif;
           
		   font-weight: bold;
           color: black;
           background-color: #CCFFCC;
		    text-decoration : none;
           }
.offoncampus {font-family: arial, helvetica, sans-serif;
           
		   font-weight: bold;
           color: black;
           background-color: #CCFFFF;
		    text-decoration : none;
           }           
.name      {font-family: arial, helvetica, sans-serif;
           font-size: 1.5em;
           font-weight: bold;
           color: blue;
           /* background-color: #FFFFCC; */
           /* text-decoration : none; */
           }
.full      {font-family: arial, helvetica, sans-serif;
           color: black;
           font-size : smaller;
           background-color: #CCFFCC;
           } 
  	   