body{
	padding:0;
	margin:0;
	background: #1F1E21;
	text-align:center;
	}
p{
	font-family: arial;
	color: #dddddd;
}

#main {display: none;}
a {text-decoration: none}
a:link {color: #1F1E21;} /* unvisited link */
a:visited {color: #1F1E21; text-decoration: underline;} /* visited link */
a:hover {color: #1F1E21; text-decoration: none} /* the mouse "hovers" over the link */
a:active {color: #1F1E21; text-decoration: none; } /* according to CSS2-specification ":active" should work between on-mouse-down and on-mouse-up events but according to CSS1 the link stays marked until the user click with mouse to another place */
a:focus {color: #1F1E21; text-decoration: none; } /* ":active" and ""

