h1 {
 font-weight : normal; 
 font-size :14pt; 
 color : #99CCFF; 
 font-style : normal; 
 font-family : Papyrus, Verdana, sans-serif; 
 } 
 
h2 { font-weight : bold; font-size : 10pt; color : #ffffff; font-style : normal; font-family : Verdana, sans-serif; } 

p {
	font-weight : normal;
	font-size : 10pt;
	color : #9999FF;
	font-style : normal;
	font-family : Verdana, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
 } 
td { font-weight : normal; font-size : 10pt; color : #9999ff; font-style : normal; font-family : Verdana, sans-serif; } 
 .black{background-color : #000000;}
 .blue{background-color: #000099;}
 
 table{
 	border-color: #330066;
	border-style: solid;
	border-width: 5px;

 }
 table.night{
	background-image: url(Images/bkgrd/night.gif);
	background-repeat: repeat;
	border-color: #CC33FF;
	border-style: double;
	border-width: 2px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

 }

 table.texture{
	background-image: url(Images/clairvoyant/bluebk.gif);
	background-repeat: repeat;
 }
 
 body {
	background-image: url(Images/bkgrd/psychic2.jpg);
 } 
a:hover {
font-family:Verdana, sans-serif; 
font-size: 10pt; 
font-weight: normal; 
color: #FF66FF; 
text-decoration: none;
}

a {
	font-family: Verdana, sans-serif;
	font-size:10pt;
	font-weight: normal;
	color: #FFCCFF;
	text-decoration: none;
	text-transform: capitalize;
}

