/** css file **/

/*  Xiang Li 06/13/2020
*/

/*
style to apply a uniform black text color,
a unifor serif font and light - blue
background color of the body
*/
body{color: #000000;                      
   background-color:  #FF9900;              
   font-family: "Times New Roman", serif;  
}
/*change the img selector to .floatleft */

   /*push the content away from the image by adding a
   right margin to the img selector */
}

.floatleft { float: left; 
margin-right: 2%; 
}

.floatright{float: right;                  
margin-left: 2%
}

//output