body 	{ 
		font-family: Arial, Helvetica, sans-serif;
		background: black;
		color: #ff0000
	}		
			

h1,h2,h3,h4,h5,ul 
	{ 
			font-color: black; 
			text-indent: 0;
			position:relative;
			top: 0
	}  		
	
p 	{ 	
			font-weight: bold;
			color: #ff0000;
			text-align: center;
			text-indent: 0;
			margin-bottom: 0;
			position: relative;
			top: 0
	}

p.how-why	{ 	
			font-weight: normal;
			color: black;
			text-align: left;
			text-indent: 0;
			margin-bottom: 0;
			position: relative;
			top: 0
	}

p.small-logo { 	
			text-align: left;
			font-color: #000000
	}


											
h1 { font-size: 200% }
h2 { font-size: 150% }
h3 { font-size: 120% }
h4 { font-size: 100% }

a {  	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif }

A:link { color: #cccccc }	 /* unvisited links */ 
A:visited { color: #999999 } 	/* visited links */ 
A:hover { color: #ff3300 } 	/* user hovers */ 
A:active { color: #ff6666 } 	/* active links */ 


a.textlink {  	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif }

A.textlink:link { color: #999999 }	 /* unvisited links */ 
A.textlink:visited { color: #999999 } 	/* visited links */ 
A.textlink:hover { color: #ff3300 } 	/* user hovers */ 
A.textlink:active { color: #ff6666 } 	/* active links */ 


a.homelink {  	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif }

A.homelink:link { color: #ff0000 }	 	/* unvisited links */ 
A.homelink:visited { color: #cc3333 } 	/* visited links */ 
A.homelink:hover { color: #ff3300 } 	/* user hovers */ 
A.homelink:active { color: #ff6666 } 	/* active links */



td	{ 	font-weight: bold;
		color: "#ff0000";
		text-align: left
	}

td.tdright	{ 	font-weight: bold;
			font-color: "#ff0000";
			text-align: right
	}

td.tdcenter	{ 	font-weight: bold;
			font-color: "#ff0000";
			text-align: center
	}

td.image 	{ 	text-align: center;
			position: relative 
		}


