border-style and border-color

H2 { border-style: solid; border-color: blue; border-width: 10px }

H3 { border-style: ridge; border-color: green; border-width: 10px }

Here we have a blue solid border around the H2 and a green ridge border around the H3. Each is 10 pixels wide.