

A:link {
font-size: 14px;
font-weight: 550;
font-style: normal;
color: black;
text-decoration: none;
}

A:visited {
font-size: 14px;	
font-weight: 900;
font-style: normal;
color: green;
text-decoration: none;
}

A:active {
font-size: 14px;	
font-weight: 900;
font-style: normal;
color: green;
text-decoration: none;
}

A:hover {
font-size: 14px;
font-weight: 900;
font-style: normal;
color: orange;
text-decoration: none;
}
