Sto usando uno dei link trovati nel "links utili" per validare il mio CSS, secondo voi devo applicare anche i suggerimenti indicati nei warnings??

Warnings
Line : 29 (Level : 2) Redefinition of border-top-width : hr
Line : 35 (Level : 1) You have no background-color with your color : input
Line : 40 (Level : 1) You have no background-color with your color : a
Line : 44 (Level : 1) You have no background-color with your color : a:visited
Line : 49 (Level : 1) You have no background-color with your color : a:hover
Line : 53 (Level : 1) You have no background-color with your color : a:active
Line : 135 (Level : 1) You have no background-color with your color : .nav a:visited
Line : 135 (Level : 1) You have no background-color with your color : .nav a:visited
Line : 143 (Level : 1) You have no background-color with your color : testo7
Line : 153 (Level : 2) Redefinition of margin-left : .page
Line : 153 (Level : 2) Redefinition of margin-right : .page


inoltre, voi i CSS li scrivete

p {
line-height : 1.4em;
}

oppure

p
{
line-height : 1.4em;
}

Voi quale soluzione adottate... lo so che non è importante, ma dato che siamo facciamo le cose fatte bene