Why wont my CSS work in mozilla. This is what i have... its in a linked stylesheet... should i not have it linked?
p { margin-left: .2cm; margin-right: .5; margin-top: 0; font-family: verdana; color: #333333; font-weight: normal; font-size: 11px}
p a:link {color: #0033CC; text-decoration: none}
p a:visited {color: #0033CC; text-decoration: none}
p a:hover {color: #ff9900; text-decoration: none}
p a:active {color: #0033CC; text-decoration: none}
The link stuff works, but the text isnt verdana and isnt the right size... whats wrong???
p { margin-left: .2cm; margin-right: .5; margin-top: 0; font-family: verdana; color: #333333; font-weight: normal; font-size: 11px}
p a:link {color: #0033CC; text-decoration: none}
p a:visited {color: #0033CC; text-decoration: none}
p a:hover {color: #ff9900; text-decoration: none}
p a:active {color: #0033CC; text-decoration: none}
The link stuff works, but the text isnt verdana and isnt the right size... whats wrong???














