A:link {
    color: #e56f0a; 
    text-decoration: none
}
A:visited {
    color: #e58c41; 
    text-decoration: none
}
A:hover {
    color: #e56f0a; 
    text-decoration: underline
}
A.gray:link { 
    color: #939393; 
    text-decoration: none
}
A.gray:visited { 
    color: #939393; 
    text-decoration: none
}
A.gray:hover {
    color: #939393; 
    text-decoration: underline
}
A.white:link { 
    color: white; 
    text-decoration: none
}
A.white:visited { 
    color: white; 
    text-decoration: none
}
A.white:hover {
    color: white; 
    text-decoration: underline
}
BODY {
    background: #1d1d1d;
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #939393;
    font-size : 10px;
    margin: 0;
}
DIV {
 font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #939393;
    font-size : 12px;
    text-align: center;
}
SELECT, INPUT.txt {
    background: #999999;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}
SELECT, INPUT.srvs {
    background: #999999;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
}
SELECT.pg {
    background: white;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #797979;
}
.big {
    font-size: 20px;
}
.small {
    font-size: 10px;
}
.white {
    color: white;
}
.white-big {
    color: white;
    font-size: 20px;
}
.orange {
    color: #e56f0a;
}
.orange-big {
    color: #e56f0a;
    font-size: 20px;
}
.orange-hlp {
    color: #e56f0a;
    font-size: 17px;
}
img { 
    border: 0;
    display: inline; 
}
