/** { background: none !important; background-image:none; }*/

body { color:#000; background:#fff; }

/* a:link    unvisited link  */
/* a:visited visited link    */
/* a:hover   mouse over link */
/* a:active  selected link   */
a, a:link, a:visited { color:#000!important; text-decoration:underline!important; background-color:#fff!important; }
a:hover, a:focus { color:#fff!important; background-color:#000!important; text-decoration:underline; }
a:active { color:#000!important; background-color:#fff!important; text-decoration:underline; }

 /*li a:hover, li a:active, li a:focus */
ul li { list-style: disc!important; }

li a { color: #000!important; background-color:#fff; }

/*div { border:1px solid black!important; background:none!important; background-image:none!important; }*/

