a:link{	color: rgb(0,0,0);	text-decoration: underline;	font-weight: bold;}a:visited{	color: rgb(128,128,128);	text-decoration: none;	font-weight: bold; } a:active {	color: rgb(255,0,0);	text-decoration: none;	font-weight: bold;}a:hover{       color: rgb(255,0,0);    text-decoration: underline;    font-weight: bold;}body{	font-family: "arial", "helvetica", sans-serif;	background-color: rgb(132,203,224);	color: #000;}h1, h2, h3, h4, h5, h6{	font-family: "arial", "helvetica", sans-serif;	color: rgb(50, 85, 94);}