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

body {
	background-color: #FFFFFF;
	background-image:url(imagesite/font.jpg);
	background-repeat:no-repeat;
}
.text {
	background-color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
a:link {
	color: #FFF;
	text-decoration:none;
}
.frame {
	background-color: #000;
	
}
.textmenu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration:none;
	color:#FE0038;
}
a:active {
	text-decoration: FE0038;
	color:#FE0038;
}
