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