a:link {
text-decoration: underline; 
color: #6BA2C9;
font-weight: normal;
}

a:visited {
text-decoration: underline; 
color: #6BA2C9;
font-weight: normal;
}

a:hover {
font-weight: normal;
text-decoration: none;
color: #E95B67;
}

html, body {
background-color: white;
font-family: Helvetica; 
color: #E95B67;
}

