body {
background-color: #6673DC;
background-image: url("index/fone.gif");
font-family: 'Times New Roman', serif;
font-size: 12pt;
color: black;
}

strong {
font-family: 'Times New Roman', serif;
font-size: 12pt;
font-weight: normal;
}

big {
font-family: 'Times New Roman', serif;
font-size: 9pt;
font-weight: normal;
}

h1 {
font-family: 'Times New Roman', serif;
font-size: 12pt;
font-weight: bold;
}

h2 {
font-family: 'Times New Roman', serif;
font-size: 12pt;
font-weight: bold;
}

a {
color: black;
}

a:hover {
color: orange;
}

}
#links A IMG {
opacity:0.3;
— moz-opacity:0.3;
filter:alpha (opacity=30);
}
#links a:hover img {
opacity:1.0;
— moz-opacity:1.0;
filter:alpha (opacity=100);
}
