.body,html {
	background-color: silver;
	background-image:url(bg.gif);
	font-family: tahoma;
}
a {
	font-size: 11px;
	color: black;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: none;
	color: #DEB887;
}
a:active {
	text-decoration: none;
	color: black;
}
.content {
	font-family: tahoma;
	font-size: 11px;
}
.menuc {
	color: green;
	font-family: tahoma;
	font-size: 11px;
}
.form {
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid silver;
}