/* CSS to display or hide text for 
   Important Information and 
   Automated E-mail list items.
*/

.normal {
 font-family: Arial, sans-serif;
 color: #000099;
}
 
.normal:hover span {
 font-family: Arial, sans-serif;
 color: #000099; 
 text-decoration:underline;
}

.normal a {
 font-family: Arial, sans-serif;
 color: #000099;
}

.DisplayBlock {
 display: block;
 margin-left:5px;
 margin-right:5px;
}
 
.DisplayNone {
 display: none;
 margin-left:5px;
 margin-right:5px;
}

.teenSenior a {
 font-family: Arial, sans-serif;
 text-decoration:none;
 color: #000099;
}

.teenSenior a:hover {
 font-family: Arial, sans-serif;
 text-decoration:underline;
 color: #000099;
}