/* Generic Selectors */ body { margin: 0;background-color: #FFFFFF;overflow: -moz-scrollbars-vertical; } .whiteunder { color:#FFFFFF; text-decoration: underline;}.white { color:#FFFFFF;}.orangeunder { color:#FF7100; text-decoration: underline;}.orange { color:#FF7100;}.green { color:#435B5F;}/* course calendar text */.coursestable { 	color: #435B5F; 	font-family: arial,verdana,tahoma; 	font-size: 12px; 	font-weight: normal;	line-height: 1.5em;	padding: 0px; 	margin: 0px;  	}a.red:link { color: #003366; text-decoration:none; }a.red:visited {color:#FF6600; text-decoration:none;}a.red:hover {color:#0000FF; text-decoration:underline;}a.red:active {color:#003366}/* header text */h1 {   color: #FFFFFF;   font-family: arial,verdana,tahoma;   font-size: 20px;   font-weight: normal;  padding: 0px; 	margin: 0px;  } /* subheading text */h2 { 	color: #FFFFFF; 	font-family: arial,verdana,tahoma; 	font-size: 18px; 	font-weight: bold;	padding: 0px; 	margin: 0px; 	} /* body text */h3 { 	color: #435B5F; 	font-family: arial,verdana,tahoma; 	font-size: 12px; 	font-weight: normal;	line-height: 1.5em;	padding: 0px; 	margin: 0px; 	}h5 { 	color: #FFFFFF; 	font-family: arial,verdana,tahoma; 	font-size: 10px; 	font-weight: normal;	padding: 0px; 	margin: 0px;}		/* footer text */h4 { 	color: #787878; 	font-family: arial,verdana,tahoma; 	font-size: 10px; 	font-weight: normal;	padding: 0px; 	margin: 0px;	} /* links */ a:link { 	color: #FFFFFF;	text-decoration: underline;	}a:visited { 	color: #FFFFFF;	text-decoration: none;	}a:hover { 	color: #000000;		text-decoration: underline;	}a:active { 	color: #FFFFFF;	text-decoration: none;		}	
