/* 
    Created on : 06/09/2017, 09:53:59
    Author     : fmattar
*/

body  {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Arial,sans-serif !important;
    color: #000000;  
    margin: 10px;
	
} 

a:link, a:visited {
  color: #045491;
  /*font-weight : bold;*/
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: #045491;
  /*font-weight : bold;*/
  text-decoration : underline;
}

td { vertical-align: top; }
