@charset "utf-8";
/* CSS Document */

body
	{
		background-color:#000000;
		text-align: center;
		margin: 0px;
		padding: 0px;
	}
	
p{
	margin: 0px;
}

img{
	border:0px;
}
	
A:link
{
	color: #ff0000;
}
	
A:hover
{
	color: #DFD0A2;
}
	
A:visited
{
	color: #FF0000;
}
	
#alert
{
	color: #DFD0A2;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.masque{
	font-size:10px;
	color:#000000;
}