unordered lists

CSS: Override ANY style (even inline styles) with ! important

by Tyler Dockery of Dockery Design.

While creating a new website for ASPE’s IT Division for nationwide training, I ran into a problem with my formatting. In my CSS stylesheet, I began by outlining an over-arching style to command the entire site. I noted it thus:

* {
margin-left: 0px;
margin-top: 0px;
font-family: Arial, Helvetica;
border: 0px;
}