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

body {
	height: 100%;
	font-family: "Trebuchet MS";
	background-image: url(../images/hatter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	overflow-x: hidden;
	color: #fc3514;
}

a {
	text-decoration: none;
	color: #fc3514;
	font-style: italic;
}

.menu {
	width: 145px;
	margin-left: 50px;
	margin-right: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.tullog {
	width: 452px;
	margin-left: 30px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-top: 15px;
	height: 535px;
	overflow: auto;
	overflow-x: hidden;
}

.label {
	font-weight: 900;
}

.fomenu {
}

.cim {
	text-align: center;
	font-size: 18px;
	font-weight: 900;
}

.fomenu a {
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
}


strong {
	font-weight: 900;
}

ul {
	list-style: disc;
}