body {
    margin: 0;
    padding: 0;
    font-family: verdana, arial, helvetica;
    font-size: 11pt;
}

#global {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 550px;
    margin-left: -275px;
    margin-top: -350px;
    /* border: 1px solid #333; */
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 90%;
}

p.footer {
    font-size: 9pt;
    text-align: center;
    color: #808080;
}

h1.header {
    font-size: 40pt;
    letter-spacing: -5px;
    font-weight: bold;
}

.color {
    color: #1fb2aa;
}

table.bar {
    background-color: #1fb2aa;
    width: 100%;
}

a {
    text-decoration: none;
}

.bar {
    color: white;
    font-weight: bold;
}

img {
	border: 1px solid black;
}