body {
	background-color: #fff3d9;
}
#fo {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 5px;
	top: 5px;
	right: 5px;
}
#fej {
	height: 120px;
}
#menu {
	height: 32px;
}
td.m {
	background-image: url(img/menu2.jpg);
	font-size: small;
	font-weight: bold;
}
td.m:hover {
	background-image: url(img/menu2.jpg);
	color: blue;
	font-size: small;
	font-weight: bold;
}
a {
	color: red;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: red;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}
table.m {
	width:100%;
}
#tart {
	width: 100%;
	height: 440px;
	border-style: solid;
	border-color: red;
	border-width: 1px;
}
#also {
	width: 100%;
	height: 28px;
	text-align: center;
	color: #ff9d24;
	font-weight: bold;
	font-size: x-small;
	bottom: 1px;
	vertical-align: bottom;
	vertical-align: text-bottom;
}


