border-style and border-color

H2 { border-style: inset; border-color: black; border-width: 10px }

H3 { border-style: outset; border-color: black; border-width: 10px }

Here we have a black inset border around the H2 and a black outset border around the H3. Each is 10 pixels wide.