/* PCDTR
   especify the font-size in pt.
   font-family: use the font filename
*/

@import "texts.php";

h1 {
	font-family: Alis, Georgia, Times, sans;
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	background-color:#217a7f;
	background: url(http://www.justonemiss.com/wp-content/themes/just-miss-custom/images/postTitle.png) no-repeat;
	width: 550px;
	height: 60px;
	padding-left: 15px;
	padding-top: 5px;
}

h1 a{
	color:#FFFFFF;
	text-decoration:none;
}
h1 a:hover{
	color:#91e9ef;
	text-decoration:none;
}


h1.dtr{
	font-family: Alis, Georgia, Times, sans;
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	background-color:#217a7f;
	background: url(http://www.justonemiss.com/wp-content/themes/just-miss-custom/images/postTitle.png) no-repeat;
	width: 550px;
	height: 60px;
	padding-left: 15px;
	padding-top: 5px;
}

h1.dtr a{
	color:#FFFFFF;
	text-decoration:none;
}
h1.dtr a:hover{
	color:#91e9ef;
	text-decoration:none;
}

h1.dtrSearch {
	font-family: Alis, Georgia, Times, sans;
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	background-color:#217a7f;
	background: url(../fail/postTitle.png) no-repeat;
	width: 550px;
	height: 60px;
	padding-left: 15px;
	padding-top: 5px;

}