.mycurrent a{ 
        font-family:Tahoma;
        font-size: 12px;
        font-weight:bold;
        color: #ffffff;
        text-decoration: none;

        }

.mycurrent a:hover{
        background: #D32D2D;
        width: 100px;
        height: 20px;
        font-family: Tahoma;
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;

        }

.mycurrent1 a{ 
        font-family: Arial;
        font-size: 11px;
        color: #615875;
        text-decoration: none;

        }

.mycurrent1 a:hover{
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        color: #F40F46;
        text-decoration: none;

        }

.mycurrent2 a{ 
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        color: #660066;
        text-decoration: none;

        }

.mycurrent2 a:hover{
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        color: #F40F46;
        text-decoration: none;
        }

.customElement1 {
        border: 1px solid #FFFFFF;
        background-color: #000000;
        font-family: Arial;
        font-size: 12px;
        color: #FFFFFF;
        font-weight:bold;
        }

.newbutton {
        margin:2px;
        font-family:Century Gothic;
        font-size:8px;
        white-space:nowrap;
        display:inline;
        font-weight:bold;
        }