.links-general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A:link { 
	color: Green
	text-decoration: underline
	font-weight: bold; 
		
 }       /* unvisited link */
A:visited { color: Red;
	text-decoration: none;
	font-weight: bold; 
}   /* visited links */
A:active { color: yellow 
	text-decoration: none;
	font-weight: bold; 
}    /* active links */


.scrollwindow {
	height: 350px;
	width: 592px;
	border: medium solid #999118;
	overflow: auto;
	background-color: #CCCCCC;
	color: #FFFFFF;



}
A.footer:link, A.footer:visited, A.footer:active { 
		font-size: 11px;
		color: blue;
		text-decoration: none;
	 }  
.membername {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.contactinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
