body {
  margin: 0px;
  font-size: 80%;
  color: black;
  background-color: white;
}

td {font-size : 12px;line-height: 160%}

a { color: #666666; background-color: transparent;text-decoration: none;}
a:visited { color: #666666; background-color: transparent;text-decoration: none;}
a:hover { color: #f60;background-color: transparent;text-decoration: underline;}

input,textarea{
        font-family: Tahoma,MS Shell Dlg,ËÎÌå;
        font-size : 12px;
        font-weight : normal;
}

.button {
        font-family: Tahoma,MS Shell Dlg,ËÎÌå;
        font-size : 12px;
        font-weight : border;
}

select {
        color : #000000;
        font-family: Tahoma,MS Shell Dlg,ËÎÌå;
        font-size : 12px;
        font-weight : normal;
        background-color : #EEEEEE;
}

.white {color: white}
a.white:link {color: white; text-decoration: none}
a.white:visited {color: white; text-decoration: none}
a.white:active {color: white; text-decoration: none}
a.white:hover {color: red; text-decoration: none}

a.black:link {color: black; text-decoration: none}
a.black:visited {color: black; text-decoration: none}
a.black:active {color: black; text-decoration: none}
a.black:hover {color: red; text-decoration: none}

a.red:link {color: red; text-decoration: none}
a.red:visited {color: red; text-decoration: none}
a.red:active {color: red; text-decoration: none}
a.red:hover {color: red; text-decoration: underline}

a.blue:link {color: blue; text-decoration: none}
a.blue:visited {color: blue; text-decoration: none}
a.blue:active {color: blue; text-decoration: none}
a.blue:hover {color: blue; text-decoration: underline}

.gray {color: gray;font-weight: bold}
a.gray:link {color: gray; text-decoration: none}
a.gray:visited {color: gray; text-decoration: none}
a.gray:active {color: gray; text-decoration: none}
a.gray:hover {color: red; text-decoration: underline}

.st {color: #2D518B}
.img{border: 1 solid #D4D4D4}
.title { font-size: 16px;font-weight: bold}
.content { font-size: 14px;line-height: 140%}
#Credit{VISIBILITY: hidden; OVERFLOW: hidden; HEIGHT: 1px; COLOR: white;}
.cardSelected {
    background-color: #E2E2E2;
    cursor: hand;
    color: #000000;
    border: 1px solid #E2E2E2;
    }
