body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: left top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.altmenu {
	color: #FFF;
	text-decoration: none;
}
.altmenubaslik {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	font-size: 14px;
}

a.altmenu:hover {
	color: #000;
}
a {
	color: #C30;
}
