/* CSS Programming by Daniel Werner */body{    Font-Family : Arial, Helvetica, sans-serif;    color : blue;    font-size : 16px  ;	}	a:link{	font-family : Arial, Helv, Helvetica, sans-serif;	color : blue;	text-decoration : underline;	}a:visited{	font-family : Arial, Helv, Helvetica, sans-serif;	color : red;	text-decoration : underline;	}a:hover{	font-family : Arial, Helv, Helvetica, sans-serif;	color : blue;	text-decoration : none;    }a:active{	font-family : Arial, Helv, Helvetica, sans-serif;	color : blue;	text-decoration : underline;    } 