/* BASIC css start */
#content a { float: auto; width: 100%; }
#content a:hover { font-size: 110%; font-weight:; background:tomato; color:#ffffcc;}
#content a { color: blue; }
#application { border-radius:20px; }  
#application td, th { Border: 1px solid #ddd; Padding: 8px; text-align:center; }
#application td { Font-size: 14px; Width: 20%; }
#application tr:nth-child(even) {background-color: #f2f2f2; }
#application tr:hover {background-color: #ddd;}
#application th { Font-size: 14px; Padding-top: 12px; Padding-botton: 12px; Background-color: #96D4D4; }
/* BASIC css end */

