/************* GENERAL CSS ************/
body {

	background-color: #c1c1ea;
    color: #120869;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
     
    }
    
    
    
h1 { 
		font-size: 16px;
        color: #120869 ; 
}

h2 {

    font-size: 14px ; 
}

a {
    font-size: 14px ; 
    color: #120869;
    text-decoration: underline;
	}

a:hover {
	color: #f20018;
   }
a:visited {
    text-decoration: underline;
    color: #120869;
    
    
}





