/*this page controls colors, backgrounds and writing*/
body {
BACKGROUND-COLOR:black;
font-size:20px;
font-family: tahoma,georgia,times new roman;
color:lightsteelblue; 
margin:0; 
}


p.one{
color:olive;
Border:15px solid purple;
margin-left:20px;
margin-right:20px;
padding:15px;
}



























