body { 
	background-image:url("../img/loading_300x300_32c_15f.gif");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: black;
	margin:0px;
	font-family: 'Montserrat', Arial, Helvetica, Verdana;
	font-size:30px;
}
#icon { 
	/*background-image:url("../img/loading.gif");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
}

p { font-family: 'Source Code Pro', Arial, Helvetica, Verdana;}
a:link {color: #dd0000; text-decoration: none;}
a:hover {color: red; text-decoration: underline;}
a:visited{color: red; text-decoration: none;}
a.txt:link {color: #000000; text-decoration: none;}
a.txt:hover {color: #000000; text-decoration: underline;}
a.txt:visited{color: #000000; text-decoration: none;}
