/*------------------------------------------------------------------------------
PIL Style Sheet
Created By: Shreyas A. Modi		Wednesday, August 07, 2002
			Drexel University Co-op		
			E-mail: smodi@drexel.edu
------------------------------------------------------------------------------*/

/*------------------------- general page look ---------------------------------*/
body,table  {
	font-size : 10pt;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}
.sectiontitle  { 		/* section titles */
	font-size : 14pt;
	text-decoration : underline;
}
.blocknav{				/* block navigation on default.asp */
	font-size : 9pt;
}
.year  { 				/* year */
	font-size : 14pt;
	color : #FFFFCC;
}


/*------------------------- calendar page look ---------------------------------*/
body.cal,table.cal  {
	font-size : 8pt;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}


/*------------------------- standard page links ---------------------------------*/
a  {
	font-size : 10pt;
	font-family : verdana;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
	color : blue;
}
a:Hover  {
	font-weight : bold;
}


/*------------------------- menu include file links ---------------------------------*/
a.menu  {
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	color : #ffff00;
	font-family : verdana;
}
a.menu:Hover  {
	color : #ffffff; 
	text-decoration : none;
}


/*------------------------- calendar links ---------------------------------*/
a.cal  {
	font-size : 8pt;
	font-family : verdana;
	font-style : italic;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}
a.cal:Hover  {
	text-decoration : underline;
	font-weight : normal;
}
a.greyback  {
	font-size : 10pt;
	font-family : verdana;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	color : white;
}
a.greyback:Hover  {
	text-decoration : underline;
}
