/* CSS Document */
/* tiflo1.css */
/* home.php */

body  { 
	color: #000000;
	font-family: Calibri;
	background-color: #FFFFFF;
	}
   
a{           text-decoration:none; color:#000000;}
a:link{      text-decoration:none; color:#000000;}
a:visited{   text-decoration:none; color:#000000;}
a:hover{     text-decoration:underline; color:#000000;}
a:active{    text-decoration:none; color:#000000;}


table{
text-decoration: none;
text-align: center;
color: #FFFFFF;
background-color:#FFFFFF;
}

th{
text-align: center; 
color: #000000; 
font-size: 13px;
font-weight:bold;
}

td{
background-color: #153475;
color: #000000;
font-size: 12px;
font-weight:normal;
}
