    A:link {text-decoration: none; color: rgb(128, 128, 128);}
    A:visited {text-decoration: none; color: rgb(128, 128, 128);}
    A:active {text-decoration: none}
    A:hover {text-decoration: underline; color: white;}

a.linker {
    display:block; text-decoration: none; width: 100%; height: 100%;
    }
    


body {
    font-family: Helvetica;
    position: relative;
    background-color: rgb(32, 32, 32);
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#content {
    position: absolute;
    margin-left: -417px;
    width: 834px;
    height: 2000px;
    top: 0px;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    left: 50%;
}


#footerText {
	text-align: left;
	position: absolute;
	width: 380px;
	height: auto;
	left: 245px;
	top: 1800px;
	height: auto;
	font-family: Helvetica;
	font-size: 9pt;
	text-overflow: ellipsis;
	overflow: hidden;
	color: rgb(235, 235, 235);
}
