/* CSS2 Stylesheet by Neil Allen Bristow - 
Rev 2 Oct 2006; 13 May 2007; 29 Jun 2007; 2 Jul 2007
*/

body {
	background: url(parchment.jpg) #FFE4B5
}

a {font-weight: bold} 

a:link {color: green}

a:visited {color: olive}

a:hover {
	text-decoration: none;
	color: white;
	background-color: green;
	}  /* new scheme from Ian Lloyd Build Your Own, 28 Jun 2007 */

a:active {color: lime}

div.main {
	text-align: justify;
	line-height: 140%;
	margin-left: 5%; 
	margin-right: 5%;
	}  /* justified */

div.paper {
	text-align: justify;
	margin-left: 12%; 
	margin-right: 12%;
	}  

div.nav {
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	}

DT	{
	font-family: garamond;
	font-weight: bold;
	}

DD	{
	font-family: garamond;
	}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-family: papyrus, "Comic Sans MS", sans-serif; 
	}  /* all four headings share properties */

h1.press, h2.press, h3.press, h4.press, h5.press, h6.press {
	text-align: center;
	font-family: "Book Antiqua", serif; 
	} 

h3.list {
	text-align: left;
	font-family: papyrus, "Comic Sans MS", sans-serif; 
	} 

hr	{
	color: brown;
	}

table.cap {
	float: left;
	}

td.cap {
	font: 18pt;
	font-family: garamond, serif;
	color: blue;
	font-weight: bold;
	}

table.news {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border: solid thin black;
	}

table.news2 {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	border: solid thin black;
	}

table.right {
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 5px;
	float: right;
	}

table.left {
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 5px;
	float: left;
	}

table.pull {
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 5px;
	float: right;
	}

table.roster {
	text-align: left;
	vertical-align: top;
	}

td.left {
	text-align: left;
	}
td {
	text-align: center;
	}

td.reg {
	text-align: justify;
	vertical-align: top;
	}

td.cash {
	text-align: right;
	vertical-align: top;
	padding: 8px;
	}

td.left {
	text-align: justify;
	padding: 10px;
	width: 39%;
	border-right: solid thin black;
	}

td.right {
	text-align: justify;
	padding: 10px;
	width: 39%;
	}

td.sign {
	text-align: justify;
	vertical-align: top;
	width: 50%;
	}

td.pull {
	font: 14pt;
	font-family: garamond;
	color: blue;
	font-weight: bold;
	border-top: thin blue solid;
	border-bottom: thin blue solid;
	padding: 5px
	}

table.menu {
	margin-left: 10%;
	}

td.menu {
	width: 40%;
	text-align: justify;
	font: bold;
	}

span.rd	{color: red;}
span.yl	{color: yellow;}
span.gr	{color: green;}
span.bl	{color: blue;}
span.or	{color: orange;}
span.pu	{color: purple;}

span.emph {
	font-variant: small-caps;
	} /* to emphasize name in newspaper and encyclopedia entries */

span.drop {
	font-family: garamond, serif; 
	font: bold 200%;
	color: brown;
	width: 24pt;
	float: left;
	}

sup	{font-weight: bold;
	font-size: x-small;
	}

p {	
	font-family: garamond; serif; }

p.center {
	text-align: center; }

p.right {
	text-align: right; }

li {
	font-family: garamond; serif; }

blockquote { 
	font-family: garamond; serif; }


P.nav {
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	}

p.credit {
	margin-left: 5%;
	margin-right: 5%;
	Text-indent: 0;
	}
p.date {
	text-align: right;
	}   /*overrides first-line indent in div.text */

p.signed {
	margin-left: 45%;
	}

p.sign1 {
	margin-left: 35%;
	}

p.sign2 {
	margin-left: 55%;
	}

p.salut {
	text-indent: 0%;
	}   /*overrides first-line indent in div.text */

P.press {
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	}

p.verse {
	margin-left: 25%;
	}