border-style and border-color
H4 { border-style: groove; border-color: red; border-width: 10px }
Here we have a red groove border around the H2. It is 10 pixels wide.