/* 
   default colour styles 
*/
BODY{ 
	color: black;
	background-color: mintcream; 
	background-image: url("red-038fainter.jpg");
	background-position: top;
	background-repeat: no-repeat; 

}

a:		  {color: black;}
a:visited {color: blue; }
a:hover {color: salmon; }

DIV {
	border-top: 2px solid slategray;
	border-left: 2px solid slategray;
	border-right: 5px groove black;
	border-bottom: 5px groove black;
}

#content { border: none;
}

#boxap { 
	background-color: deepskyblue; 
	border-color: black;
}

#boxap a:link	 {	color: white;}
#boxap a:hover {color: salmon; }
#boxap a:visited {color: gainsboro; }

#boxmail { 
	background-color: powderblue;
/*	background-image: url("http://mbox.pahlman.com/img/logoh.jpg");
	background-position: left;
	background-repeat: no-repeat; */
}

#boxph { 
	background-color: moccasin; 
	background-image: url("RandA2.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

#boxcp { background-color: #bac5b4; 	}
#boxam { background-color: rosybrown;} 
#boxfam {background-color: burlywood;}  
#boxrp { background-color: lightgrey;}  
#boxrp  {	color: blue; }
