/* CSS file */
html
{
	height:100%;
}
body
{
	margin:0;
	 padding:0; 
	 overflow: scroll;
	 text-align:center; 
	height:100%;
	background-color:black;
}

h2
{
	color: #FF8FD3;
	font-size: 20;
	font-weight: bold;
}

li
{
	color:#55C5D0;
	font-size:17;
}
	
mainText
{
	color: #FFFFFF;
}

em
{
	font-style: italic;
}