/*this page controls colors, backgrounds and writing*/

body {
background-color:#000000;
font size:25px;
font-family:tahoma, arial, times new roman;
color:blue;
margin:0;
}

p.one{
color:#FF33CC;
border:2px lime;
margin-left:25px;
margin-right:25px;
padding:15px
}