.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.comic {
	font-family: "Comic Sans MS";
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.comic_bold {
	font-family: "Comic Sans MS";
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: 800;
	font-variant: normal;
	color: #000000;
}
.comic_bold_big {
	font-family: "Comic Sans MS";
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.line {
	color: #FF9900;
}
.container_logo {
}

a.menu {
display:block;
width:105px;
height:28px;
background-image: url(images/menu_butt.jpg);
background-repeat:no-repeat;
text-align:center;
float:left;
padding-top:8px;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bolder;
margin-left:5px;
}
a.menu:hover {
background-image:url(images/menu_hover.jpg);
color: #FFFFFF;
}

a.menu:active {

background-image: url(images/menu_hover.jpg);
color:#FFFFFF;
}