a.contact {
color : white;
font-size : 8pt;
font-weight : bold;
text-decoration : none;
}
a.contact:hover {
color : green;
font-weight : bold;
text-decoration : underline;
}
a.copy {
color : gray;
text-decoration : none;
font-size : 8pt;
}
a.copy:hover {
color : red;
font-weight : bold;
text-decoration : underline;
}
a.link {
color : yellow;
text-decoration : none;
font-weight : bold;
font-size : 10pt;
}
a.link:hover {
color : red;
font-weight : bold;
text-decoration : underline;
}
a.pix {
color : #000033;
text-decoration : none;
font-weight : bold;
font-size : 14pt;
}
a.pix:hover {
color : red;
font-weight : bold;
text-decoration : underline;
}
body {
background-color : #000033;
color : yellow;
font-family : verdana, helvetica, sans-serif, arial;
font-size : 1em;
}
font.title {
font-weight : bold;
font-size : 12pt;
color : white;
}
font.txt {
font-size : 10pt;
color : yellow;
}
pre.pre {
font-size : 10pt;
font-weight : bold;
color : yellow;
}
td.contact {
font-size : 8pt;
color : silver;
}
td.copy {
font-size : 8pt;
color : gray;
}
td.pix {
color : white;
}
td.sub {
font-weight : bold;
font-size : 10pt;
color : yellow;
}
td.tiny {
font-size : 4pt;
}
td.title {
font-weight : bold;
font-size : 12pt;
color : white;
}
td.txt {
font-size : 10pt;
color : yellow;
}
