Ok so I want to make the font Arial and 14 px. Would it look like this or can you please show me where to add the !important attribute:
div.post p, div.page p { margin: 0 0 20px 0; }
div.post ul, div.post ol, div.post dl,
div.page ul, div.page ol, div.page dl { margin: 0 0 18px 3em; }
div.post ul, div.page ul { list-style: square; }
div.post ol, div.page ol { list-style: decimal; }
div.post ol ol, div.page ol ol { list-style: upper-alpha; }
div.post dl, div.page dl { margin-left: 0; }
div.post dt, div.page dt { font-size: 14px; font-weight: bold; font-family: arial ; }
div.post dd, div.page dd { margin: 0 0 15px 0;}
div.post ul ul, div.post ol ol, div.post ul ol, div.post ol ul,
div.page ul ul, div.page ol ol, div.page ul ol, div.page ol ul {
margin-bottom: 0;