/* CSS Document */
/*=================
 GENERAL
==================*/

body{
    /*background-color: white;*/
    background-color: black;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Verdana;
    font-size: 17px;  
    font-weight: normal; 
    color: white;
    text-align: justify;
}

a:link{
    font-family: Verdana;
    font-size: 18px;  
    font-weight: bold; 
    text-decoration: underline; 
    color: yellow;
}
a:visited{
    font-family: Verdana;
    font-size: 18px; 
    font-weight: bold; 
    text-decoration: underline; 
    color: yellow;
}
a:hover{
    font-size: 18px; 
    font-weight: bold; 
    text-decoration: underline; 
    color: black;
    background-color: #ffffff;
}
