.mainCenter {	height:100%;}a 		{ text-decoration: none; font-weight:normal; color:#333333}a:hover		{ text-decoration: underline; font-weight:normal; color:#FFFFFF}.navText {	font-size:1.0em;	font-weight:bold;	color: #333333;}a.mainNav:active  {  /* Applies to activated links of class mainNav */  text-decoration:  none;  font-weight:      normal;  background-color: none;  color: #663366;  } a.mainNav:hover  {  /* Applies to activated links of class mainNav */  text-decoration:  underline;  font-weight:      normal;  background-color: none;  color: #F87106;  } a.mainNav2:link    {  /* Applies to unvisited links of class mainNav */  text-decoration:  none;  font-weight:      bold;  background-color: none;  color:            #663366;  } a.mainNav2:visited    {  /* Applies to visited links of class mainNav */  text-decoration:  none;  font-weight:      bold;  background-color: none;  color:            #663366;  } a.mainNav2:active  {  /* Applies to activated links of class mainNav */  text-decoration:  none;  font-weight:      bold;  background-color: none;  color: #663366;  } a.mainNav2:hover  {  /* Applies to activated links of class mainNav */  text-decoration:  underline;  font-weight:      bold;  background-color: none;  color: #F87106;  } mainNav3 a:hover   {  /* Applies to links under the pointer in class mainNav */  text-decoration:  none;  font-weight:      bold;  background-color: none;  color: #F87106;  } .mainNav3 a:active  {  /* Applies to activated links in class mainNav */ text-decoration:  none;  font-weight:      bold;  background-color: none; color: #663366;  } 
