@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-attachment: fixed;
}
p {
	margin: 0px;
	text-align: justify;
}


a
{
	outline: none;
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	outline: none;
	color: #0000FF;
	text-decoration: underline;
}

*:focus { 
	outline: none; 
	}
*::-moz-focus-inner { 
	border: none; 
	}
