/*this page controls colors, background and writing*/

body{
background-color:black;
font-size:25px;
font-family:tahoma, arial, times new roman;
color:#87963e;
}

p.one {
color:lime;
border:2px solid aqua;
margin-left:25px;
margin-right:25px;
padding:15px;
}