//// Exercise 
//// Dymon Harris  9/2/2015

size (200,200);
background( 110,50,60 );

noFill();
triangle( 30,130, 78,105,78,150 );

noFill();
ellipse( 80,80, 50,50); 

noFill();
ellipse( 135,80, 50,50); 

stroke(55);
noFill();
rect(80, 100, 55, 55, 7);
