/* this page controls colors, backgrounds and writing */

body {
background-color:teal;
font-size:25px;
font-family:tahoma,arial,times new roman; 
color:white;
}

p#one { 
color:aqua;
border:1px solid teal;
margin-left:25px;
margin-right:25px;
padding:15px;


}



