﻿function hlinkovermore(element) 
{
    element.style.color = "#F34B04";
}

function hlinkoutmore(element) 
{
    element.style.color = "#1955B8";
}

function hlinkoverbox(element) 
{
    element.style.color = "#F04F00";
}

function hlinkoutbox(element) 
{
    element.style.color = "#000000";
}

function hlinkovermore1(element) 
{
    element.style.color = "#5DAFC0";
}

function hlinkoutmore1(element) 
{
    element.style.color = "#001F53";
}

function hlinkovernews(element)
{ element.style.color = "#F86900"; }
function hlinkoutnews(element)
{ element.style.color = "#073790"; }


//فارسی / انگلیسی بالای صفحه
function hlinkoverlabelFaEn(element)
{ element.style.color = "#cc6000"; }
function hlinkoutlabelFaEn(element)
{ element.style.color = "#3c3c3c"; }
