body   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color : white;
    }
 
.normal   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color : black;
    }
 
.normal_yellow   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style : italic;
    color : yellow;
    }
    
 .small_white
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color : white;
    font-weight : 500;
    }
    
 .small_black
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color : black;
    font-weight : 500;
    }
 
 .small_red
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color : red;
    font-weight : 500;
    }
 
    .small_yellow
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color : yellow;
    font-weight : 500;
    }
    
    .title_main
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color : white;
    font-weight : 700;
    }
    
    .title_sub
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color : white;
    font-weight : 700;
    }
    
    .title_yellow
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color : red;
    font-style : italic;
    font-weight : 900;
    }
    
    a {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px;
    color: red;
    }
	
	a.white {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px;
    color: white;
    }
    
    a.big
    {
    font-family: Arial, Helvetica, sans-serif; 
    font-style : italic;
    color: red; 
    font-size: 14px;
    text-decoration: none;
    }
	
