﻿/* This sheet just for the temp mobile help wanted ad */
/* classes always start with a dot */



/* detect if Facebook internal browser and use these fonts */
html[data-useragent*='FBAN'] body, html[data-useragent*='FBAV']

.generalBody {
	font-family: "Times New Roman", Times, serif;
	font-size: 46px;
	font-style: normal;
	color: #000000;
}

html[data-useragent*='FBAN'] body, html[data-useragent*='FBAV']

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}



/* otherwise use these fonts */

.generalBody {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #000000
}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #000000
}

