table {
	font-family: Verdana, Arial;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
	.view{ 
	color: #FFFFCC; 
	}   /* css pseudo element to alter color of unvisited link */
	.view a:link {
	color: #FFFFCC;
	 }     /* visited link */
	.view a:visited {
	 color: #FFFFCC; 
	 }     /* visited link */
  	.view a:active { 
	color: #FFFFCC; 
	}     /* active link */
