/* pmaps-a.css: Standard Style sheet for Arial pages
Created 25/3/05 as part of move to improve navigation
Note no url() statement, as some have plain backgrounds
(c) 2005, Ian Byrne, Milton Keynes, England
*/

	body, p, h1, h2, h3, tr, td, ul, li { font-family: Arial, Helvetica, sans-serif; }
	body, p, td, tr, ul, li { font-size: 10pt; }
	h1  { font-size: 14pt; font-weight: bold; margin-bottom: 0pt; text-align: left; }
	h2  { font-size: 13pt; font-weight: bold;  margin-top: 0pt; margin-bottom: 0pt; text-align: left; }
	h3  { font-size: 12pt; font-weight: bold;  margin-bottom: 0pt; text-align: left; }
	div.cright  { font-size: 8pt; text-align: center; }
	span.navig  { font-family: Arial, Helvetica, sans-serif;  font-size: 10pt; text-align: center; font-weight: bold; color: yellow; text-decoration: none; }
	span.thanks { font-size: 8pt; font-style: italic; }
	div.smalleft { font-size: 9pt; text-align: left; font-style: italic; margin-top: 4pt; }
	a:hover { color: red; }

/* used on dating2.htm
*/
	span.smalltable { font-size: 8pt; text-align: left; }

/* Schema for hyperlinks in navigation bar (class=navi)
*/
	a.navi { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: yellow; text-decoration:none; font-weight: bold; }
	a.navi:link { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: yellow; text-decoration:none; font-weight: bold; }
	a.navi:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: yellow; text-decoration:none;  font-weight: bold; }
	a.navi:hover  { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: white; text-decoration:none; background: green;  font-weight: bold; }


