#allPage {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #CCCCCC;
}
.container {
    position: relative;
    text-align: center;
}
.centered {
    font-size: 40px;
    color: #CCCCCC;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #000000;
    color: #CCCCCC;
}
p {
    letter-spacing: 2px;
    transform: scaleY(1.1);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #CCCCCC;
    height: 10px;
}
h2 {
    letter-spacing: 2px;
    text-indent: 0px;
    transform: scaleY(1.1);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h5 {
    text-align: right;
    letter-spacing: 6px;
}
a {
    color: #0000FF;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
#pbody {
    text-align: justify;
    line-height: 30px;
    word-wrap: break-word;
    width: 700px;
}
ul {
    text-align: justify;
    line-height: 30px;
    word-wrap: break-word;
}
#Preview {
    display: block;
    margin-left: auto;   
}
thead {
    background-color: #0000FF;
}
.oddRow {
    text-align: center;
    background-color: #000000;
}
.evenRow {
    text-align: center;
    background-color: #373737;
}
footer {
    text-align: center;
    background-color: #cccccc;
    height: 80px;
    color: #000000;
    padding: 4px;
}