
div {
  width: 100%;
  align-content: center;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


body
{
	background-image: url("/images/background.png"); 
	background-size: 100%;
	background-repeat: repeat-y;
	color: #fb42f7;
	font-family: "Arial", Times, serif;
	font-size: 30px;
	text-align: center;
	text-shadow: 2px 2px #320023;
	width:100%;
}

h6
{	font-size: 12px;
	text-shadow: 1px 1px #320023;
	color: #CA44C3;
}

a:link {
	color: #fb42f7; 	
	}
a:visited { 
	color: #fb42f7;
}
a:active { 
	color: #fb42f7;
}

a:hover {
	color: #fb99f7;
	background:#220044;
}
