body {
	margin: 10px;
}

td, th, a, select, input, textarea, li {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #900;
}


.footermenu {
	color: #ffa;
	font-weight: bold;
	text-decoration: none;
}
.footermenu:hover {
	color: #fc0;
	text-decoration: underline;
}


.footer {
	font-size: 11px;
	color: #ffa;
}

.feature {
	font-weight: bold;
	font-size: 11px;
}

.white {
	color: #fff;
}
.cream {
	color: #ffe;
}
.cream-small {
	font-size: 11px;
	color: #ffe;
}
.cream-small:hover {
	font-size: 11px;
	color: #ffc;
}

.designer {
	font-size: 11px;
	color: #ccc;
}
.designer:hover {
	color: #999;
}