
A:link
{ text-decoration: none; color:#f8566b; }
A:visited
{ text-decoration: none; color:#f8566b; }
A:active
{ text-decoration: none; color:#f8566b; }
A:hover
{ text-decoration: line-through; color:#eda2ac; }

h1 {font-family: Tahoma; color: #000000; }

p {font-family: Tahoma; color: #000000; }

body
{ background: #ffffff;
font-family: Tahoma;
color: #000000 ;
letter-spacing: 2pt; 
font-weight: normal; 
font-size: 11pt; 
       overflow: overlay;
    }

    ::-webkit-scrollbar {
       width: 10px;
       background: transparent;
    }

    ::-webkit-scrollbar-thumb {
       background: white;
       border-radius: 2px;
    }

td
{ font-family: Tahoma;
font-size: 11pt; 
color: #000000;
padding: 3px; 
border: 0px;
text-align: center;
font-size: 10pt;
}

tr:nth-child(odd) {
            background-color: #eda2ac;
        }


input, textarea
{ background: #ffffff;
font-family: Tahoma;
color: #000000;
border-style: solid; 
border-color: #000000;
border-width: 3; }

img {
  border-radius: 10px;
}


red: #f8566b
light red: #eda2ac