/*  Stylesheet for recent browsers  
Old browsers (eg. Netscape 4) only see sub-res1.css  */
#content .campus-buttons  { 
color: #fff;  
/* So | characters between links only show in Netscape 4 & text version.  */ 
font-size: 50%;  /* Spacers between links  */
border: none; vertical-align: middle;  } 
#content .campus-buttons a {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
padding: 0.2em 0.4em;
border-style:solid; 
border-width: 1px; 
border-color: #ccc #666 #666 #ccc;
font-size: 300%; 
font-weight: normal;
white-space: nowrap;
line-height: 250%;
text-decoration: none; 
}
#content .campus-buttons a:link, #content .campus-buttons a:visited  { 
color: #000;
background-color: #ADCCE2; 
}
#content .campus-buttons a:hover { 
color: #f00; background-color: #fff; text-decoration: none;
border-color: #ccc #666 #666 #ccc;
}
#content .campus-buttons a:active { 
color: #f00; background-color: #fff; text-decoration: none;
border-color: #666 #ccc #ccc #666;
}

