﻿a:link{
  color: white;
  text-decoration: none;
}

a:visited{
  color: white;
  text-decoration: none;
}

a:hover{
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}

.page-display-center{
	position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)
}

.page-text {
	color:white!important;
	font-size: 80px;
	font-family: arial;
}

.page-background {
	background-color:black!important;
}

.page-legend {
	color:white!important;
	font-size: 24px;
	font-family: arial;
	font-style: italic;
}

.page-display-right{
	text-align: right;
	transform:translate(-10%,-100%);-ms-transform:translate(-10%,-100%)
}
