/*  HTML usage:

	<head>
		<link rel="stylesheet" type="text/css" href="THCstyles.css" />
	</head>
*/

body {background-image: url('cartbackground2.jpg')}  /* Background for all pages */

p.margin1 {margin: 1cm 1cm 1cm 1cm}
p.margin2 {margin: 1cm 1.5cm 1cm 1.5cm}
p.margin3 {margin: 1cm 3cm 1cm 3cm}

a.pub:link     {color: #006699 }   /*  DeepSkyBlue    */
a.pub:visited  {color: #006699 }   /*  DarkSlateBlue  */
a.pub:hover    {color: #0000FF}    /*  Blue           */
a.pub:active   {color: #006699 }   /*  Black          */

a.mem:link     {color: #00aa00; text-decoration: underline }  /*  Green   008000   */
a.mem:visited  {color: #339933; text-decoration: underline}   /*  Dark Green       */
a.mem:hover    {color: #00FF00  }            				  /*  Bright Green     */
a.mem:active   {color: #000000;  text-decoration: underline}  /*  Black            */

a.defn:link    {background: #FFFF00; color: Black; text-decoration: none}      /* Black w/ Yellow highlight             */
a.defn:visited {background: #FFFF00; color: Gray; text-decoration: none}       /* Grey w/ Yellow highlight              */
a.defn:hover   {background: #FFFF00; color: Gray; text-decoration: underline}  /* Grey w/ Yellow highlight, underlined  */
a.defn:active  {background: none; color: Black; text-decoration: underline }   /* Black w/ no highlight, underlined     */

h1.main1 {
	color: black;
	font-family: Times New Roman;
	font-size: 36pt;
	text-transform: uppercase;
	font-weight: bold
	}
h2.main2 { color: black; font-family: Times New Roman; font-size: 24pt; text-transform: uppercase; font-weight: bold }
h3.main3 {
	color: black;
	font-family: Times New Roman;
	font-size: 16pt;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
}
.highlight { background-color: #FFFF00 }
/*<font style="background-color: rgb(255, 255, 0);"> */
.huttn {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
}
.cayce {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt; 
	font-style:normal;
}

h4.main4 { color: black; font-family: Times New Roman; font-size: 14pt; text-transform: capitalize; font-weight: bold }


p.hutton { color: black; font-family: Times New Roman; font-size: 14pt; font-style: normal; font-weight: normal }
p.cayce  { color: black; font-family: Times New Roman; font-size: 14pt; font-style: italic; font-weight: normal }
p.quote  { color: black; font-family: Arial; font-size: 12pt; font-style: normal; font-weight: normal }
p.quote3 { color: black; font-family: Arial; font-size: 14pt; text-transform: capitalize; font-weight: bold }
p.quote4 { color: black; font-family: Arial; font-size: 12pt; text-transform: capitalize; font-weight: bold }
p.verbal { color: black; font-family: Comic Sans; font-size: 10pt; font-style: normal; font-weight: normal }



/* use as: <ul class="classname"> */
ol.footnote {color: black; font-family: Arial; font-size: 10pt; font-style: normal; font-weight: normal }
ul.redtri { list-style-image: url('images/listicon/red_arrow.gif') }
ul.redball { list-style-image: url('images/listicon/reddot.gif') }

hr {color: #330000}

