@charset "utf-8";
/* CSS Document */
body {background-color:#000;
margin-top:0px;
}
.style1 {font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#F00;
font-weight:bold;
}
.style2 {font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#FFF;
font-weight:bold;
}
.style3 {font-family:Verdana, Geneva, sans-serif;
font-size:10px;
color:#FFF;
font-weight:bold;
}
.style4 {font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#F00;
font-weight:bold;
}
.style5 {font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#FFF;
font-weight:normal;
}
.style6 {font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color:#F00;
font-weight:bold;
}
.cadre {border:#F00;
border-color:#F00;
border-bottom-color:#F00;
border-left-color:#F00;
border-right-color:#F00;
border-top-color:#F00;
border-style:solid;}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
