/* CSS definition file containing sitestyle stylesheets */
BODY { color: rgb(255,255,255); background-color: rgb(0,0,0);}

 A:active { color: rgb(255,255,255);}
 A:link { color: rgb(255,255,255);}
 A:hover { color: rgb(255,51,0);}
 A:visited { color: rgb(0,204,0);}
			

.TextObject { color: rgb(255,255,255);}

p { color: rgb(255,255,255);}
 
 .ForsaleH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	font-style: normal;
	color: #FFFF00;
}
.ForsaleH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
}
.ForsaleH3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
}
.ForsaleH4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
