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

body {
	background-color: #000;
}
a:focus{outline:0;}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
.copyright {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
.font_menu{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #000;
	background-image: url(../data/font3.jpg);
	background-repeat: repeat;
	border: thin solid #FFF;
}
.font4 {
	background-image: url(../data/font4.png);
	background-repeat: repeat;
}
