﻿font {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	border: none;
}
td {
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    text-decoration: none;
    border: none;
    color: #000000;
}
a {
	border-style: none;
        border-color: inherit;
        border-width: medium;
        font-family: Tahoma;
	    font-size: 11px;
	    text-decoration: none;
	    color:#4D5EF3;
        text-align: right;
    }
a:visit {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	border: none;
	color:#4D5EF3;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:underline;
	border: none;
	color:#000000;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:underline;
	border: none;
	color:#000000;
}

a.hlink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	color:#FFFFFF;
}
a.hlink:visit {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	color:#4D5EF3;
}
a.hlink:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
	border: none;
	color:#FFFFFF;
}
a.hlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
	border: none;
	color:#FFFFFF;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #000;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

.glow {
    font-family: Tahoma;
    font-size: 18px;
    color: #179d68;
    text-align: left;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #efb41c, 0 0 40px #efb41c, 0 0 50px #efb41c, 0 0 60px #efb41c, 0 0 70px #efb41c;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #0e7dc2, 0 0 40px #0e7dc2, 0 0 50px #0e7dc2, 0 0 60px #0e7dc2, 0 0 70px #0e7dc2, 0 0 80px #0e7dc2;
    }
}
