﻿body {
	background-color: #ffeded;
	color: #d25e68;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 11px;
	text-align:center;
	font-weight: bold;
}
a:link, a:active, a:visited {
	TEXT-DECORATION: none;
	margin: 0px 0px 0px 0px;
	margin-right: 0px;
	color: #d25e68;
}

a:hover {
	color: red;
}

.tdc {
	background-image: url('img/cat.png');
	border-bottom: 1px #efd5d7 solid;
	text-align: center;
	height: 24px;
	width: 124px;
}
.tdc a:hover {
	background-image: url('img/cat2.png');
	border-bottom: 1px #ea9098 solid;
	text-align: center;
	color: white;
	height: 24px;
	width: 124px;
}
.tdc a {
	height: 24px;
	width: 124px;
	text-align: center;
	display: block;
	border-bottom: 1px #efd5d7 solid;
	background-image: url('img/cat.png');
}



h1 {
 font-size:11px;
}