.body {
	font-family: Times Roman, Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/* this actually pulls the page to the full capacity of the viewing area */
html {
height:100%;
}

body {
height:100%;
margin:0;
padding:0;
}
/* pulls the background image to full capacity of the viewing area */
#bg {
position:fixed;
top:0; left:0;
width:100%;
height:100%;
}
/* places the content ontop of the background image */
#content {
position:relative;
z-index:1;
}

H1 {
	font-family: Times Roman, Times, serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: black;
}

H2 {
	font-family: Times, Times Roman, serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #013012;
}

P {
	font-family: Times Roman, Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
}

P.namefrontpage {
	font-family: Times Roman, Times, serif;
	font-size: 10pt;
	font-weight: bold;
    text-align: center;
	color: #840A0A;
    line-height: 12pt;
}

.psychicdescription {
	font-family: Times Roman, Times, serif;
	font-size: 10pt;
	font-weight: normal;
    text-align: center;
	color: #000000;
    line-height: 12pt;
}

.red {
	color: #840A0A;
}

a.special:link {
color: #ffffff;
text-decoration: none
}
a.special:visited {
color: #D4AA48;
text-decoration: none
}
a.special:active {
color: #D4AA48;
text-decoration: none
}
a.special:hover {
color: #D4AA48;
text-decoration: none
}

a.special2:link {
color: #840A0A;
text-decoration: none
}
a.special2:visited {
color: #BF8830;
text-decoration: none
}
a.special2:active {
color: #BF8830;
text-decoration: none
}
a.special2:hover {
color: #BF8830;
text-decoration: none
}

a.special3:link {
color: #000000;
text-decoration: none
}
a.special3:visited {
color: #840A0A;
text-decoration: none
}
a.special3:active {
color: #840A0A;
text-decoration: none
}
a.special3:hover {
color: #840A0A;
text-decoration: none
}

a.special4:link {
color: #000000;
text-decoration: none
}
a.special4:visited {
color: #000000;
text-decoration: none
}
a.special4:active {
color: #000000;
text-decoration: none
}
a.special4:hover {
color: #000000;
text-decoration: none
}

a.special5:link {
color: #013012;
text-decoration: none
}
a.special5:visited {
color: #013012;
text-decoration: none
}
a.special5:active {
color: #013012;
text-decoration: none
}
a.special5:hover {
color: #013012;
text-decoration: none
}

