BODY { 
	background-image: url(http://pegasusproducts.com/images/starsky.gif); 
	background-color : #000000; 
}
 
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
}

p {
  font-size : 14px;
  color : #006400;
  text-indent: 17pt;
 }
 
 
 strong {
  font-family : Verdana, Arial;
  font-size : 16px;
  font-weight : bold;
  color :  #006400;
 }

 .arthead {
 /* Article Heading */
  background-color : Green;
  font-family : Verdana, Arial;
  font-size : 33px;
  font-weight : bold;
  color :  white;
  text-align : center;
 }
 
#p_contact {
  font-size : 14px;
  color : #006400;
  }
  
  
 .subhead {
 /* Article Heading */
  
  font-family : Verdana, Arial;
  font-size : 20px;
  font-weight : bold;
  color :  green;
 }
 
 .subsubhead {
 	/* Article Heading */
 	font-family : "Times New Roman", Times, serif;
 	font-size : 18px;
 	font-weight : 400;
 	color : #005900;
 	font-style : italic;
 }


 .text {
 /* Default Text */
  font-family : Verdana, Arial;
  color : #006400;
  font-size : 14px;
 
 }


