/*SAVE AS controls.css in the CSS FOLDER*/

/*page control.css background, writing, ect*/

/*page defaults*/
body{
background-color:green;
font-size:25px;
font-family:arial;
color:orange; /*default writing color*/
margin:0;
}

p{
color:mediumslateblue;
border:1px solid red;
margin-left:25px;
margin-right:25px;
padding:15px
}
