Premetto che non ci capisco niente di css.
Come avrete già capito dal titolo, io devo modificare un file css.
Devo rendono "funzionante" in un file php, che modifiche devo fare???

Questo è il codice:
codice:
.grid {

 color:#333333;
 font-weight :bold;
 margin-left  :2%; 
 text-align :right ;
}


.footer  {
 /*background-color :#5D7B9D;*/
  background-color :#E8F0F9;
  font-weight :bold ;
  color:#284775 ;
}


.row {
 background-color :#F7F6F3;
 color:#333333;
 font-weight :normal  ;
}

.alternatingrow {
 background-color :White;
 color:#284775;
 font-weight :normal  ;
}

.header{
 background-color :#5D7B9D;
 font-weight :bold ;
 color:White ;
 font-weight :bold ;
}
Grazie

Sara