<style type="text/css">
.style1 {
	font-family: Calibri;
	font-size: 50px;
}

p{
	font-family: Verdana;
}
h2{
	font-family: Verdana;
}
div#wrapper {
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	height: 30px;
    background-color: #0099CC;
    color: white;
    text-align: center;
}
.barTag{
	position: fixed;
	right: 15px;
	bottom: 5px;
	font-family: Calibri;
	font-size: 20px;
}
.barTag a{
	position: fixed;
	right: 15px;
	bottom: 5px;
	font-family: Calibri;
	font-size: 20px;
	text-decoration: none;
	color: white;
}
.barTag a:visited{
	position: fixed;
	right: 15px;
	bottom: 5px;
	font-family: Calibri;
	font-size: 20px;
	text-decoration: none;
	color: white;
}
</style>