//* CSS *//

a {font-size: 11px; color: #CC3300; font-weight: normal; text-decoration: none}
a:link {font-size: 11px; color: #CC3300; font-weight: normal; text-decoration: none}
a:visited {font-size: 11px; color: #CC3300; font-weight: normal; text-decoration: none}
a:active {font-size: 11px; color: #CC3300; font-weight: normal; text-decoration: none}
a:hover {font-size: 11px; color: #FFFFFF; font-weight: normal; text-decoration: none}

select{
  font-size: 11px; // נאחלונ רנטפעא
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; // סולויסעגמ רנטפעא
  color: #4E598F; // צגוע רנטפעא
  background: #E3E6F0; // פמם
}

.textarea{
        font-family: "Courier New", Courier, monospace;
        font-size: 10pt;
        border: 1px solid black;
        padding: 10px;
        background: #F7F7F7;
}

