BODY {
	background-color: white;
	font-family: Georgia, serif;
	font-size: 12px;
	color: gray;
}

/* 	
	sHeader = main header / main or top-level navigation — all pages — e.g. "n i g h t i n g a l e s h i r a z / quaere"
	ssName = subsite name/title — for listing on main/ns home page ONLY — e.g. "quaere" / "archives" / "this today"
	pTitle = piece/post title — for all piece/post pages AND all listing pages INSIDE quaere — e.g. "Kun Faya Kun" but also "Categories" and "Months"
	pContent = piece/post content — for all piece/post pages
	pMeta = piece meta-info — for all piece/post pages AND all listing pages both INSIDE and ABOVE/OUTSIDE quaere
*/

/* main header / main or top-level navigation — all pages — e.g. "n i g h t i n g a l e s h i r a z / quaere" */
.sHeader {
	color: silver;
	font-size: 57px;
	font-family: Times New Roman, serif;
}
a.sHeader:link {
	text-decoration: none;
}
a.sHeader:active {
	text-decoration: none;
}
a.sHeader:visited {
	text-decoration: none;
}
a.sHeader:hover {
	color: gray;
	text-decoration: none;
}

/* e.g. "quaere" and "archives" when shown on ns-home/index page */
.ssName {
	color: gray;
	font-size: 37px;
	font-family: Times New Roman, serif;
}
a.ssName:link {
	text-decoration: none;
}
a.ssName:active {
	text-decoration: none;
}
a.ssName:visited {
	text-decoration: none;
}
a.ssName:hover {
	color: silver;
	text-decoration: none;
}

/* piece/post title — for all piece/post pages AND all listing pages INSIDE quaere — e.g. "Kun Faya Kun" but also "Categories" and "Months" */
.pTitle {
	font-size: 27px;
	font-family : Georgia, serif;
	color : gray;
}
a.pTitle:link {
	color: gray;
	text-decoration: none;
}
a.pTitle:active {
	color: gray;
	text-decoration: none;
}
a.pTitle:visited {
	color: gray;
	text-decoration: none;
}
a.pTitle:hover {
	color: silver;
	text-decoration: none;
}

/* pContent = piece/post content — for all piece/post pages */
.pContent {
	font-size: 17px;
	font-family: Georgia, serif;
	line-height: 23px;
	color: gray;
}
a.pContent:link {
	font-size: 17px;
	font-family: Georgia, serif;
	color: #336699;
	text-decoration: none;
}
a.pContent:active {
	font-size: 17px;
	font-family: Georgia, serif;
	color: #336699;
	text-decoration: none;
}
a.pContent:visited {
	font-size: 17px;
	font-family: Georgia, serif;
	color: #336699;
	text-decoration: none;
}
a.pContent:hover {
	font-size: 17px;
	font-family: Georgia, serif;
	color: #336699;
	text-decoration: underline;
}

/* pMeta = piece meta-info — for all piece/post pages AND all listing pages both INSIDE and ABOVE/OUTSIDE quaere */
.pMeta {
	color: #A0A0A0;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
a.pMeta:link {
	color: #336699;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}
a.pMeta:active {
	color: #336699;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}
a.pMeta:visited {
	color: #336699;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}
a.pMeta:hover {
	color: #336699;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
}