BODY {
    background-color: black;
    color: red;
}
A {
    color: green;
}
A.look {
    color: white;
    font-weight: bold;
}
OL.upperroman{
    list-style-type: upper-roman;
}
OL.decimal{
    list-style-type: decimal;
}
OL.loweralpha{
    list-style-type: lower-alpha;
}
A.menu {
    color: red;
}
A.menu:hover {
    color: green;
}
A.submenutitle {
    color: #1060FF;
}
A.addon {
    color: #1060FF;
}
A.submenu {
    color: #1060FF;
}
A.submenu:hover {
    color: gold;
}
H1, H2, H3, H4 {
    font-family: verdana,arial,helvetica,sans-serif;
}
P,UL {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10pt;
}
P.log {
    font-size: 10pt;
}
P.cr {
    font-size: 8pt;
}
P.h3 {
    font-size: 16pt;
    font-weight: bold;
}
P.p {
    line-height: 15pt;
}
P.imp {
    font-size: 15pt;
    font-weight: bold;
    text-decoration: underline;
    color: #r669933;
}
INPUT {
   background-color: transparent;
   color: red;
}
TEXTAREA {
   background-color: transparent;
   color: red;
}