﻿body {    top: 0px;
    left: 0px;
    position: absolute;
    float: left;
    height: 23px;
    width: 1163px;
}
.newStyle1 {
    font-family: "Arial Black";
    font-size: xx-large;
    font-weight: 200;
    text-decoration: underline;
    font-variant: normal;
    background-color: #00FFFF;
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    height: 82px;
    float: left;
}
.centered {
  position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

