spiegazione suprema...
da vero maestro...
ringrazio

purtroppo pero' non mi va lo stesso
sembra quasi non legga il css è possibile?
ecco il codice pagina

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css.css" rel="stylesheet" type="text/css">
</head>

<body>
[img]000000/02.jpg[/img]

[img]000000/02.jpg[/img]
</body>
</html>


ed il css che si chiama css.css

body { FONT-SIZE: 8pt; COLOR: #000066; FONT-FAMILY: Verdana; background-color: #FFFFFF;margin : 0;

p { font-family:Verdana; font-size:8pt; color:#000066;}
H1 { font-family:Verdana; font-size:10pt; color:#FF0000; ;font-weight: bold}
H2 { font-family:Tahoma, Verdana; font-size:18px; color:#FF0000; ;font-weight: bold}
H3 { font-family:Tahaoma; font-size:16px; color:#000066; }
H4 { font-family:Verdana; font-size:10px; color:#000066; }
A:link, A:visited { text-decoration: underline; color:#000066}
A:hover{ text-decoration: none; color: red; background: none}

A.img {border:4px solid #FFFF00}
A.img:hover {border:4px solid #000066}


dove sbaglio?