How would you make all <h5> headers have white text color?
<h5>
.h5 { color: #FFFFFF; }
h5 { color: #000000; }
#h5 { color: rgb(255, 255, 255); }
h5 { color: white; }