/*this page controls colors, backgrounds, and writing*/

body {
background-color:lightblue; 
font-size:25px;
font-family:tahoma, arial, times new roman;
color:green;
margin:0;
}