/********************************************
* 
* Styling headlines
*
*********************************************/

h2,h3,h4,h5,h6,h7 {
	border-bottom: solid 1px #c0c0c0;
}

/* Contents of the css tag goes here. See https://docs.textpattern.com/tags/css */

.testClass{
border: 1em double black;
-moz-border-image:url("images/2.png") 200 stretch; /* Old firefox */
-webkit-border-image:url("images/2.png") 200 stretch; /* Safari */
-o-border-image:url("images/2.png") 200 stretch; /* Opera */
border-image:url("images/2.png") 200 stretch;
}