.head { 
font-family: "Arial"; 
font-size: 20px; 
color: red; 
font-weight: bold; 
text-align:left; 
} 

body { 
font-family: "Arial"; 
font-size: 18px; 
color:#000000; 
cursor:crosshair; 
} 

table { 
font-family: "Arial"; 
font-size: 12px;
} 

a:link { 
text-decoration: underline; 
} 

a:visited { 
text-decoration: underline;
 
} 


a:active{ 
color: #999999 
} 

.topics { 
color: black; 
text-decoration: 
underline; } 

.news{ 
color: #000066; 
font-family: "Arial"; 
font-size: 13px; } 

.announcements{ 
font-family: "Arial"; 
font-size: 16px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 


} 

.title { 
font-family: "Arial"; 
font-size: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
color: #FFFFFF; 
} 

.newsheading {
font-family: "Arial"; 
font-size: 16px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
color: #060D55;
}

.date {
font-family: "Arial"; 
font-size: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
color: #999999;
}

.front {
font-family: "Arial"; 
font-size: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
color: #060D55;
}



#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 0px;
  margin-top: 0px;
  width: 600px;
  border: 1px solid black;
  background-color: #777;
  color: white;
  font-size: 0.7em;
}
