Non capisco proprio come il mio CSS creato ad hoc con il DOCTYPE, non rispecchia le stesse caratteristiche con IE; eccolo:

(Specificatamente il Tag A che io ho settato in bianco, su IE lo trovo in Giallo... qualsiasi classe io nomini quel tag [+o-])

Codice PHP:
<!--
body{
        
padding:0px;
        
margin-top1px;
        
margin-right1px;
        
margin-bottom2px;
        
margin-left3px;
        
font-family"Times New Roman"GeorgiaGaramond;
        
font-size11pt;
        
text-decorationnone;
        
color#993300;
}
 
img {
    
border0px;
}
 
{
        
font-size11pt;
    
text-decorationnone;
    
color#FFFFFF;
}
 
a:link {
        
text-decorationunderline;
}
 
a:visited {
     
color#FFF000;
        
text-decorationnone;
}
 
a:active {
        
text-decorationnone;
}
 
a:hover {
        
color#555555;
        
text-decorationoverline;
}
 .
jsbrand {
        
font-family"Times New Roman"GeorgiaGaramond;
        
font-size20pt;
        
color#dddddd;
        
font-weightbold;
        
text-decorationnone
}
 .
nascosta {
        
displaynone
}
 .
show {
        
displayblock;
}
 .
puls1_x2 {
        
background-imageurl('img/puls_blue.png');
        
background-repeatno-repeat;
}
 .
puls1_x2_ph {
        
background-imageurl('img/puls_blue_ph.png');
        
background-repeatno-repeat;
}
 .
puls1_x1 {
        
background-imageurl('img/puls_orange.png');
        
background-repeatno-repeat;
}
 .
puls1_x3 {
        
background-imageurl('img/puls_red.png');
        
background-repeatno-repeat;
}
.
puls1_x3_ph {
        
background-imageurl('img/puls_green_ph.png');
        
background-repeatno-repeat;
}
 .
puls1_x4_ph {
        
background-imageurl('img/puls_blue1_ph.png');
        
background-repeatno-repeat;
}
 .
puls2_x2 {
        
background-imageurl('img/puls2_green_ph.png');
        
background-repeatno-repeat;
}
 .
puls2_x2_ph {
        
background-imageurl('img/puls2_red.png');
        
background-repeatno-repeat;
}
 .
puls2_x1 {
        
background-imageurl('img/puls2_green.png');
        
background-repeatno-repeat;
}
 .
puls2_x3 {
        
background-imageurl('img/puls2_yellow.png');
        
background-repeatno-repeat;
}
 .
puls3_x3 {
        
background-imageurl('img/puls_yellow.png');
        
background-repeatrepeat;
}
 .
puls_p {
        
background-imageurl('img/m24.jpg');
        
background-repeatrepeat;
}
 .
puls_p_on{
        
background-imageurl('img/m25.jpg');
        
background-repeatrepeat;
}
 .
puls_p_up {
        
background-imageurl('img/m26.jpg');
        
background-repeatrepeat;
}

 .
div_padd {
    
margin-top0px;
}
 
h1 {
        
font-family"Times New Roman"Garamond;
        
font-size20pt;
        
color#000000;
        
font-weightbold;
        
text-decorationnone;
}
 
h2 {
        
font-family"Times New Roman"Garamond;
        
font-size16pt;
        
color#2F4F4F;
        
font-weightnormal;
        
text-decorationnone;
}
 
h3 {
        
font-family"Times New Roman"Garamond;
        
font-size12pt;
        
color#000000;
        
font-weightbold;
        
text-decorationnone;
}
 
h4 {
        
font-family"Times New Roman"Garamond;
        
font-size10pt;
        
colorblue;
        
background-color#003366;
        
text-decorationnone;
}
 
big {
        
font-family"Times New Roman"Garamond;
        
font-size14pt;
        
text-decorationnone;
}
 .
tabcent {
        
vertical-alignmiddle;
}
 .
overfl {
        
overflowauto;
}
 
#my_Div {
     
background-color:black;
     
color#FF9900;
 
}
 
#mod1 {
     
font-family"Times New Roman"Garamond;
     
font-size10pt;
     
text-aligncenter;
     
color#006400;
     
background-color#F5F5F5;
 
}
 
table {
        
font-familyGaramond"Times New Roman";
        
font-size12pt;
        
colorblue;
        
text-decorationnone;
}
 .
writ {
        
font-familyGaramond"Times New Roman";
        
font-size12pt;
        
color#000000;
        
text-decorationnone;
}
 .
menu {
        
font-family"Times New Roman"Garamond;
        
font-size12pt;
        
font-weightBOLD;
        
color#000555;
}
 
a.menu:link {
        
font-family"Times New Roman"Garamond;
        
font-size12pt;
        
font-weightBOLD;
        
color#FFFFFF;
}
 
a.menu:hover {
        
font-family"Times New Roman"Garamond;
        
font-size12pt;
        
font-weightBOLD;
        
text-decorationnone;
        
color#000000;
}
 
menu_sub {
        
font-family"Times New Roman"Garamond;
        
font-size9pt;
        
font-weightBOLD;
        
color#000000;
}
 
a.menu_sub:link {
        
font-family"Times New Roman"Garamond;
        
font-size9pt;
        
font-weightBOLD;
        
color#000000;
}
 .
sb {
        
font-family"Times New Roman"Garamond;
        
font-size14pt;
        
color#FFFACD;
}
 .
dida {
        
font-familyGaramond"Times New Roman";
        
font-size9pt;
        
color#FFFFFF;
        
font-weightBOLD;
        
background-color#dddddd;
}
 
a.dida:link {
        
font-familyGaramond"Times New Roman";
        
font-size9pt;
        
color#000000;
        
font-weightBOLD;
}
 
a.dida:hover {
        
font-familyGaramond"Times New Roman";
        
font-size9pt;
        
color#555555;
        
font-weightBOLD;
}
 .
sbnu {
        
font-family"Times New Roman"Garamond;
        
font-size18px;
        
color#003366;
        
text-decorationnone;
}
 .
swnu {
        
font-family"Times New Roman"Garamond;
        
font-size11px;
        
color#FF0000;
        
background-color#000000;
}
 .
snu {
        
font-family"Times New Roman"Garamond;
        
font-size18px;
        
color#1CEF00;
        
text-decorationnone;
}
 .
dime3 {
        
font-family"Times New Roman"Garamond;
        
font-size9pt;
        
color#00FFFF;
}
 .
dime4 {
        
font-family"Times New Roman"Garamond;
        
font-size8pt;
        
color#006400;
}
 .
bnu {
        
font-family"Times New Roman"Garamond;
        
color#003366;
        
font-size10pt;
        
text-decorationnone;
        
text-aligncenter;
}
 .
snub {
        
font-family"Times New Roman"Garamond;
        
font-size18pt;
        
color#000000;
        
text-decorationnone;
}
 .
sw {
        
font-family"Times New Roman"Garamond;
        
font-size12pt;
        
color#FFFFFF;
}
  .
{
     
font-family"Times New Roman"Garamond;
     
font-size9pt;
     
text-alignjustify;
     
color#335588;
     
background-color#FF6F4F;
 
}
  .
swnub {
     
font-family"Times New Roman"Garamond;
     
font-size18pt;
     
font-weightBOLD;
     
background-colorred;
     
color#87CEFA;
     
text-decorationnone;
 }
  .
sbnub {
     
font-family"Times New Roman"Garamond;
     
font-size11px;
     
font-weightBOLD;
     
color#003366;
     
text-decorationnone;
     
background-color#191970;
 
}
--> 

Grazie!