@charset "utf-8"; /* CSS Document */ /* Font Face نوع الخط */ * { font-family:Tahoma; font-size:12px; direction:; } /* Link Color & Style نوع وستايل الروابط */ a { color:#0000FF; text-decoration:none; } a:hover { text-decoration:underline; } /* Title Rows صف العناوين */ .alt1 { background-color:#BEDEDE; font-weight:bold; } /* List Menu & Buttons القوائم والصناديق */ .imput { border:1px solid #CCCCCC; color:#0000FF; background-color:buttonface; text-align:center; }