border-style and border-color
H4 { border-style: double; border-color: black; border-width: 10px }
Here we have a black, 10 pixel wide double border around the H4.