a:link {  color: aqua;  background-color: transparent;  text-decoration: underline;}a:visited {  color: purple;  background-color: transparent;  text-decoration: underline;}a:hover {  color: red;  background-color: transparent;  text-decoration: underline;}a:active {  color: yellow;  background-color: transparent;  text-decoration: underline;}.coName {   font-family: "Arial", "sans-serif";   font-size: 400%;      color: #FA7E5E;   text-align:center;}