body {
	color: #006600;
	background: #FFFFCC url(/images/1.png);
	font: 1em Verdana, Helvetica, Arial, sans-serif;
}
h1 {
	background: url(/images/3.png);
	background-color: yellow;
	text-align: left;
	margin: 0;
              color: red;
	font-size: 1.4em
}
h2 {
	font-style: italic;
	background: yellow;
	color: maroon;
	text-indent: 1em;
	margin: 0;
	font-size: 1.2em
}
h3, h4, h5, h6 {
              font-size: 1em;
              background: #FF9900;
              color: black;
              text-indent: 1em;
              margin: 0;
}
p {
	font-size: 1em;
	text-align: left;
	line-height: 1.5em;
}
p.footer {
	font-size: 0.7em;
	text-align: center;
	margin: 0 0;
	line-height: 1.2em;
}
a:link {
	text-decoration: underline;
	color: blue;
	background-color: inherit;
}
a:visited {
	text-decoration: underline;
	color: navy;
	background-color: inherit;
	font-style: oblique;
}
a:hover {
	text-decoration: underline;
	color: red;
	cursor: default;
	background-color: inherit;
}
a:active {
	text-decoration: underline;
	background: lime;
              color: yellow;
}
ul {
	background: url(/images/2.png);
	text-align: left;
}
code {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	color: black;
	background: white;
}
.disclaimer {
	font-size: 0.9em;
	color: maroon;
	line-height: 1em;
              background: #FFFFCC url(/images/1.png);
}
p.totop {
	font-size: 0.6em;
	text-align: right;
}
.ad {
	font-size: .9em;
}
.adCenter {
	text-align: center;
              vertical-align: middle;
}
.boxQuote {
	border: thin dashed;
	width: auto;
	height: auto;
	padding: .5em .5em;
	margin: .2em .2em;
	border-color: black;
	font-size: 0.8em;
	color: black;
	background: silver;
	line-height: 1em;
}
.boxNav {
	border: thin dotted;
	width: auto;
	height: auto;
	padding: .5em .5em;
	margin: .2em .2em;
	border-color: black;
	background: #CCFFFF url(/images/1g.png);
              color: black;
}
.box {
	border: thin dotted;
	width: auto;
	height: auto;
	padding: .5em .5em;
	margin: .2em .2em;
	border-color: #000 black;
}
.boxFeasts {
	background: #FFEBC1;
	width: auto;
	height: auto;
	font: 1em Arial, Helvetica, sans-serif;
              color: black;
	padding: .5em;
}
.boxGFS {
	background: white;
	width: auto;
	height: auto;
	border: thin solid;
	font: 1em "Times New Roman", Times, serif;
              color: black;
	padding: .5em;
	border-color: black;
}
.boxGOG {
	background: #FFEBC1;
	width: auto;
	height: auto;
	border: thin solid;
	font: 1em Arial, Helvetica, sans-serif;
	color: black;
	border-color: black;
}
.boxA {
	background: #FFEBC1;
	color: #000080;
	text-align: center;
	margin: 0;
	font-size: 2em;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.boxB {
	background: white;
	color: black;
	text-align: center;
	margin: 0;
	font-size: 1.2em;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.hide {
	visibility: hidden;
	font-size: 0em;
}
.highlightblack {color: black; background: inherit; }
.highlightblue {color: blue; background: inherit; }
.highlightgreen {color: green; background: inherit; }
.highlightnavy {color: navy; background: inherit; }
.highlightmaroon {color: maroon; background: inherit; }
.highlightpurple {color: purple; background: inherit; }
.highlightred {color: red; background: inherit; }
.highlightwhiteblue {color: white; background-color: blue; }
.highlightwhitered {color: white; background-color: red; }
.highlightyellowgreen {color: yellow; background-color: green; }
