.myBody {
	background-color: black;
	link: white;
}
.background {
	background-color: #000000;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	height: 100%;
    text-align: center;
    vertical-align: middle;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 36px;
}
.subTitle {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: lowercase;
}
.subTitleGrey {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: gray;
	text-transform: lowercase;
}
.bodyText {

	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: none;
}
.sublinks {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
