body {
    font-size: 14px;
    font-family: arial, Helvetica, Utkal, sans-serif;
    color: white;
    background: black;
    margin: 0px;
    padding: 0px;
}

.fontx911 {
    font-weight: bold;
    color: #39ff14;
    font-style: italic; 
    font-family: fantasy
}

a.fontx911 {
    font-weight: bold;
    color: #39ff14;
    font-style: italic; 
    font-family: fantasy;
    text-decoration: underline;       
    cursor: pointer;
}

.fontx911:hover {
    cursor: pointer;
    font-weight: bold;    
    font-style: italic; 
    font-family: fantasy;    
    text-decoration: underline;       
}

a.x911 {
    color: #39ff14;
    font-weight: bold;
    text-decoration: underline;
}

a.x911:hover {
    color: #39ff14;
    font-weight: bold;    
    text-decoration: none;
    cursor: pointer;
}
