/* alt dette er standard link text og link farge, alle fargene hær må være like */

a {

	 font: Verdana;
	 font-weight: bold;
}

a:link {

    text-decoration: none;
	 color: #00789F;
	 
}


a:visited {

    text-decoration: none;
    color: #A8A8A8;

}

a:active {

    text-decoration: underlined;
    color: #00789F;
}

/*Dette er mus over text og text farge */

a:hover {

    text-decoration: underline;
    color: #00789F;
}
