/* CSS Document */
BODY 
{
	FONT-SIZE: 10px; 
    font-family: sans-serif;
	text-align: center;
	margin: 0px;
	background-color: #38383a;
	height: 100%;
	width: 100%;
	color: White;
	scrollbar:no;
}
HTML
{
	FONT-SIZE: 10px; 
    font-family: sans-serif;
	text-align: center;
	margin: 0px;
	background-color: #38383a;
	height: 100%;
	width: 100%;
	color: White;
	scrollbar:no;
}
.MainTable
{
	height: 100%;
	width: 100%;
}
.MaintableSite
{
 	width: 700px;
 	height: 430px;	
}
.MainTableEnox
{
  width: 100%;
  background-color: BLACK;
  height:420px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  text-align: center;
 }
a:link 
{
	color: #FFFFFF;
	text-decoration:none;
}
a:visited 
{
	color: #FFFFFF;
		text-decoration:none;
}
a:hover 
{
	color: #000000;
		text-decoration:none;
}
a:active {
	color: #FFFFFF;
		text-decoration:none;
}
a 
{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

a.elle {
	font-size: 10px;
	color:white;
	text-decoration:none;
	letter-spacing: 0px;
}
a.elle:hover {
    font-size: 10px;
	color: black;
	text-decoration:none;
	letter-spacing: 0px;
}