body {                          /*Format for the main body*/
  font-family: "Arial";         /*Font family selection*/
  font-size: 14px;              /*Font size*/
  color: #CC99FF;               /*Font color*/
  background-color: #080808;    /*Background solid color*/
  text-align: center;           /*Text alignment*/
}                               /*End of the style*/