CSS Defualts

I have noticed that with the MISE 3.0 final that my css will not take
precedence over the browser defaults.

If I have a <h3> heading and say

h3 {
   font-style: normal;
}

or even

h3 {
   font-style: light;
}

it stays default bold (with default times font).

Is this a bug?

Also, 

if I say

blockquote {
   margin-left: 20%;
   margin-right: 20%;
}

it still indents from the <p> margin-left.

Should this happen or is it too a bug? I want to mark the content properly
as an extract even if the margins are not indented.

Thanks

Steve
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
   _/     Steve Knoblock 
             knoblock@worldnet.att.net
   _/     City Gallery - History of Photography
             http://www.webcom.com/cityg  
   _/     Member:  National Stereoscopic Association
            http://www.tisco.com/3d-web/nsa/nsa.htm

Received on Saturday, 24 August 1996 20:11:49 UTC